diff options
| author | gingerBill <bill@gingerbill.org> | 2018-02-25 20:57:34 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-02-25 20:57:34 +0000 |
| commit | 223c473cf64845f0c0824375fa98ca51bad66fc1 (patch) | |
| tree | e9cd010ad2adb93d503dfc6e1ef4002198d7ad77 /build.bat | |
| parent | fd57cfa1ae102ac8b8f33961c6198a7faa42b0eb (diff) | |
Demo fix
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,7 +11,7 @@ if %release_mode% EQU 0 ( rem Debug set compiler_flags=%compiler_flags% -Od -MDd -Z7 rem -DDISPLAY_TIMING ) else ( rem Release - set compiler_flags=%compiler_flags% -O2 -MT -Z7 + set compiler_flags=%compiler_flags% -O2 -MT -Z7 -DNO_ARRAY_BOUNDS_CHECK ) set compiler_warnings= ^ @@ -24,7 +24,6 @@ set compiler_warnings= ^ set compiler_includes= set libs= ^ kernel32.lib - rem "src\dyncall\lib\*.lib" set linker_flags= -incremental:no -opt:ref -subsystem:console |