summary refs log tree commit diff stats
path: root/build.bat
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-06-14 19:58:47 +0300
committerZahary Karadjov <zahary@gmail.com>2012-06-14 20:03:24 +0300
commit382a614a61a8be3957f861b58412d0d785249820 (patch)
treefed2b297c7773e7757bbcfaae0bcad7d56c041f7 /build.bat
parentb11fe5d0b477c58524ed3fc02ede6f13acef9622 (diff)
downloadNim-382a614a61a8be3957f861b58412d0d785249820.tar.gz
don't take into account the user config file when building sources
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat2
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: