From: hgn Date: Sat, 14 May 2022 08:39:26 +0000 (+0100) Subject: std X-Git-Url: https://harrygodden.com/git/?p=vg.git;a=commitdiff_plain;h=04cb1f3545b6261587f0d8bdd67e57f286d53ce9 std --- diff --git a/vg_compiler.sh b/vg_compiler.sh index 1af7fa8..11a4298 100755 --- a/vg_compiler.sh +++ b/vg_compiler.sh @@ -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