aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorerentar <erentar2002@gmail.com>2025-06-01 19:43:30 +0200
committerDavid du Colombier <0intro@gmail.com>2025-07-22 12:12:39 +0200
commit28690cd427d3caacc50f3df6a3ee901eba5c5dd0 (patch)
tree84f8b5296ed8dc4d7596cac4fdc78262cef40ea6 /bin
parentf97483e51999430b488f120ab78b53bf326cd1dd (diff)
9c: change -std=c17 to -stc=c11 based on feedback in \#716
Diffstat (limited to 'bin')
-rwxr-xr-xbin/9c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/9c b/bin/9c
index 6f203054..ccfbe7e9 100755
--- a/bin/9c
+++ b/bin/9c
@@ -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