9c: change -std=c17 to -stc=c11 based on feedback in \#716

This commit is contained in:
erentar
2025-06-01 19:43:30 +02:00
committed by David du Colombier
parent f97483e519
commit 28690cd427

2
bin/9c
View File

@@ -23,7 +23,7 @@ usegcc()
-fno-omit-frame-pointer \
-fsigned-char \
-fcommon \
-std=c17 \
-std=c11 \
"
# want to put -fno-optimize-sibling-calls here but
# that option only works with gcc3+ it seems