9c: Explicitly set c standard as newer changes in c23 break compilation
This commit is contained in:
committed by
David du Colombier
parent
6df4828542
commit
53ed65a982
1
bin/9c
1
bin/9c
@@ -23,6 +23,7 @@ usegcc()
|
|||||||
-fno-omit-frame-pointer \
|
-fno-omit-frame-pointer \
|
||||||
-fsigned-char \
|
-fsigned-char \
|
||||||
-fcommon \
|
-fcommon \
|
||||||
|
-std=c17 \
|
||||||
"
|
"
|
||||||
# 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