Skip to content

Commit

Permalink
Update compiler flags for build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
gingerBill committed Sep 9, 2018
1 parent 4f3837f commit c8b30de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.bat
Expand Up @@ -5,7 +5,7 @@ set exe_name=odin.exe

:: Debug = 0, Release = 1
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:precise -Gm- -MP -FC -GS- -EHsc- -GR-

if %release_mode% EQU 0 ( rem Debug
set compiler_flags=%compiler_flags% -Od -MDd -Z7
Expand Down

0 comments on commit c8b30de

Please sign in to comment.