mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Update build.bat
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
set exe_name=odin.exe
|
set exe_name=odin.exe
|
||||||
|
|
||||||
:: Debug = 0, Release = 1
|
:: Debug = 0, Release = 1
|
||||||
set release_mode=0
|
set release_mode=1
|
||||||
set compiler_flags= -nologo -Oi -TP -fp:fast -fp:except- -Gm- -MP -FC -GS- -EHsc- -GR-
|
set compiler_flags= -nologo -Oi -TP -fp:fast -fp:except- -Gm- -MP -FC -GS- -EHsc- -GR-
|
||||||
|
|
||||||
if %release_mode% EQU 0 ( rem Debug
|
if %release_mode% EQU 0 ( rem Debug
|
||||||
@@ -17,13 +17,10 @@ if %release_mode% EQU 0 ( rem Debug
|
|||||||
set compiler_warnings= ^
|
set compiler_warnings= ^
|
||||||
-W4 -WX ^
|
-W4 -WX ^
|
||||||
-wd4100 -wd4101 -wd4127 -wd4189 ^
|
-wd4100 -wd4101 -wd4127 -wd4189 ^
|
||||||
-wd4201 ^
|
-wd4201 -wd4204 -wd4244 ^
|
||||||
-wd4512
|
-wd4306 ^
|
||||||
rem -wd4100 -wd4101 -wd4127 -wd4189 ^
|
-wd4456 -wd4457 -wd4480 ^
|
||||||
rem -wd4201 -wd4204 -wd4244 ^
|
-wd4505 -wd4512 -wd4550
|
||||||
rem -wd4306 ^
|
|
||||||
rem -wd4456 -wd4457 -wd4480 ^
|
|
||||||
rem -wd4505 -wd4512 -wd4550
|
|
||||||
|
|
||||||
set compiler_includes=
|
set compiler_includes=
|
||||||
set libs= ^
|
set libs= ^
|
||||||
|
|||||||
Reference in New Issue
Block a user