std
[vg.git] / vg_compiler.sh
index 1af7fa8840dea5f9691ccdd88ba12849d0ef1e01..11a4298c20fde3a642d39b1485586e84528f8ca0 100755 (executable)
@@ -86,7 +86,7 @@ target_os_linux(){
 }
 
 precompile_x(){
-   cmd="$target_compiler -O3 -Wall -Wstrict-aliasing=3 -c $1 -o $2.o"
+   cmd="$target_compiler -std=c99 -O3 -Wall -Wstrict-aliasing=3 -c $1 -o $2.o"
 
    logit "    $cmd"
    $cmd