9c: Explicitly set c standard as newer changes in c23 break compilation

This commit is contained in:
erentar
2025-05-30 03:03:11 +02:00
committed by David du Colombier
parent 6df4828542
commit 53ed65a982

1
bin/9c
View File

@@ -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