This commit is contained in:
Hakase
2018-04-25 20:47:03 +09:00
parent d73178edff
commit ba1506df3e
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -79,13 +79,11 @@ CFLAGS="$CFLAGS $CPU_OPT"
# warnings
# CFLAGS="$CFLAGS -W4"
CFLAGS="$CFLAGS -W4"
# stop on warning
# CFLAGS="$CFLAGS -WX"
CFLAGS="$CFLAGS -w"
# disable logo
CFLAGS="$CFLAGS -nologo"