diff options
Diffstat (limited to 'userconfig-runner@Windows-MSVC.cmake')
| -rw-r--r-- | userconfig-runner@Windows-MSVC.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/userconfig-runner@Windows-MSVC.cmake b/userconfig-runner@Windows-MSVC.cmake new file mode 100644 index 00000000..1a91c2f6 --- /dev/null +++ b/userconfig-runner@Windows-MSVC.cmake @@ -0,0 +1,5 @@ +set(CMAKE_INSTALL_MESSAGE NEVER) +sets(STRING + CMAKE_BUILD_TYPE RELEASE + CMAKE_C_FLAGS_RELEASE "-O0 -MD" + CMAKE_CXX_FLAGS_RELEASE "-O0 -MD") |
