aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerentar <erentar2002@gmail.com>2025-05-30 03:03:11 +0200
committerDavid du Colombier <0intro@gmail.com>2025-07-22 12:12:39 +0200
commit53ed65a98244e18b2520f4cf8ff05444d6f17d82 (patch)
tree873a2666c970f1ee8b52d14dacd0630427c82ac2
parent6df4828542ab7c679b0f826ee7d432330823de71 (diff)
9c: Explicitly set c standard as newer changes in c23 break compilation
-rwxr-xr-xbin/9c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/9c b/bin/9c
index ee05ec0f..6f203054 100755
--- a/bin/9c
+++ b/bin/9c
@@ -23,6 +23,7 @@ usegcc()
-fno-omit-frame-pointer \
-fsigned-char \
-fcommon \
+ -std=c17 \
"
# want to put -fno-optimize-sibling-calls here but
# that option only works with gcc3+ it seems