We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 733f269 commit 5d0243fCopy full SHA for 5d0243f
CMakeLists.txt
@@ -48,7 +48,8 @@ target_include_directories(cpputils PUBLIC
48
if(MSVC)
49
# Visual Studio specific flags
50
target_compile_options(cpputils PRIVATE
51
- /MP /Zi /JMC
+ "$<$<CONFIG:Debug>:/JMC>"
52
+ /MP /Zi
53
/std:c++latest /permissive- /Zc:__cplusplus /Zc:char8_t
54
/W4 /FS
55
)
0 commit comments