|
@@ -12,7 +12,7 @@ if "%1" == "1" (
|
|
|
set release_mode=0
|
|
|
)
|
|
|
|
|
|
-set compiler_flags= -nologo -Oi -TP -fp:precise -Gm- -MP -FC -GS- -EHsc- -GR-
|
|
|
+set compiler_flags= -nologo -Oi -TP -fp:precise -Gm- -MP -FC -EHsc- -GR- -GF
|
|
|
|
|
|
if %release_mode% EQU 0 ( rem Debug
|
|
|
set compiler_flags=%compiler_flags% -Od -MDd -Z7
|