Merge pull request #249 from l0calh05t/fix-msvc-release
Fix release build on MSVC. Update #261
This commit is contained in:
commit
f7ea901460
|
@ -81,7 +81,7 @@ if(MSVC)
|
|||
set(_COMMON_CFLAGS
|
||||
/W4 /wd4100
|
||||
/bigobj /nologo
|
||||
/RTC1 /RTCs /RTCu
|
||||
$<$<CONFIG:Debug>:/RTC1 /RTCs /RTCu>
|
||||
/EHsc
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue