Merge pull request #249 from l0calh05t/fix-msvc-release

Fix release build on MSVC.

Update #261
This commit is contained in:
Pietro Gagliardi 2018-05-13 11:10:05 -04:00 committed by GitHub
commit f7ea901460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ if(MSVC)
set(_COMMON_CFLAGS
/W4 /wd4100
/bigobj /nologo
/RTC1 /RTCs /RTCu
$<$<CONFIG:Debug>:/RTC1 /RTCs /RTCu>
/EHsc
)