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 8f7a81e commit 874c89bCopy full SHA for 874c89b
CommonCompilerConfig.cmake
@@ -163,7 +163,7 @@ if(MSVC)
163
# Debug Only: /Od /Zi /sdl /RTC1 /MDd
164
set(INTERNAL_CXX_FLAGS /permissive- /W3 /Gm- /EHsc /FC /nologo /Zc:__cplusplus
165
$<$<CONFIG:Release>:/O2 /Oi /Gy /GL /MD>
166
- $<$<CONFIG:Debug>:/Ob0 /Od /Zi /sdl /RTC1 /MDd>)
+ $<$<CONFIG:Debug>:/Ob0 /Od /Zi /sdl /WX /RTC1 /MDd>)
167
#linker flags
168
if("${BITNESS}" STREQUAL "32")
169
set(machine "-MACHINE:X86")
0 commit comments