Remove -Wno-writable-strings

This commit is contained in:
gingerBill
2020-01-04 10:59:12 +00:00
parent 9abdfaaf6c
commit b09297da81
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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