diff options
Diffstat (limited to 'build.bat')
-rwxr-xr-x | build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat index 6d28dd4c9..494c37497 100755 --- a/build.bat +++ b/build.bat @@ -2,7 +2,7 @@ REM Generated by niminst SET CC=gcc SET LINKER=gcc -SET COMP_FLAGS=-w -g3 -O0 -O3 -fno-strict-aliasing +SET COMP_FLAGS=-w -O3 -fno-strict-aliasing SET LINK_FLAGS= REM call the compiler: |