projects
/
vg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a85b7
)
std
author
hgn
<hgodden00@gmail.com>
Sat, 14 May 2022 08:39:26 +0000
(09:39 +0100)
committer
hgn
<hgodden00@gmail.com>
Sat, 14 May 2022 08:39:26 +0000
(09:39 +0100)
vg_compiler.sh
patch
|
blob
|
history
diff --git
a/vg_compiler.sh
b/vg_compiler.sh
index 1af7fa8840dea5f9691ccdd88ba12849d0ef1e01..11a4298c20fde3a642d39b1485586e84528f8ca0 100755
(executable)
--- 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