From 53ed65a98244e18b2520f4cf8ff05444d6f17d82 Mon Sep 17 00:00:00 2001 From: erentar Date: Fri, 30 May 2025 03:03:11 +0200 Subject: 9c: Explicitly set c standard as newer changes in c23 break compilation --- bin/9c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3