summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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