9c: change -std=c17 to -stc=c11 based on feedback in \#716
This commit is contained in:
committed by
David du Colombier
parent
f97483e519
commit
28690cd427
2
bin/9c
2
bin/9c
@@ -23,7 +23,7 @@ usegcc()
|
|||||||
-fno-omit-frame-pointer \
|
-fno-omit-frame-pointer \
|
||||||
-fsigned-char \
|
-fsigned-char \
|
||||||
-fcommon \
|
-fcommon \
|
||||||
-std=c17 \
|
-std=c11 \
|
||||||
"
|
"
|
||||||
# want to put -fno-optimize-sibling-calls here but
|
# want to put -fno-optimize-sibling-calls here but
|
||||||
# that option only works with gcc3+ it seems
|
# that option only works with gcc3+ it seems
|
||||||
|
|||||||
Reference in New Issue
Block a user