From 04cb1f3545b6261587f0d8bdd67e57f286d53ce9 Mon Sep 17 00:00:00 2001 From: hgn Date: Sat, 14 May 2022 09:39:26 +0100 Subject: [PATCH] std --- vg_compiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1