summaryrefslogtreecommitdiff
path: root/build_w32.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build_w32.bat')
-rwxr-xr-xbuild_w32.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_w32.bat b/build_w32.bat
index bef80f92..9d752581 100755
--- a/build_w32.bat
+++ b/build_w32.bat
@@ -157,7 +157,7 @@ goto :EOF
:GccCompile
:: GCC Compile
echo on
-gcc -mthreads -Wall -gdwarf-2 -g3 %OPTS% -I%OUTDIR% -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H %EXTRAS% -o %OUTDIR%\%1.o -c %1.c
+gcc -mthreads -Wall -std=gnu99 -gdwarf-2 -g3 %OPTS% -I%OUTDIR% -I. -I./glob -I./w32/include -DWINDOWS32 -DHAVE_CONFIG_H %EXTRAS% -o %OUTDIR%\%1.o -c %1.c
@echo off
goto :EOF