From d798c874f8bc55b82a4da832b4e13ceca8d8678f Mon Sep 17 00:00:00 2001 From: "David J. Malan" Date: Thu, 3 Sep 2026 13:09:14 -0400 Subject: [PATCH] Update CFLAGS to use C standard C23 --- etc/profile.d/cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile.d/cli.sh b/etc/profile.d/cli.sh index b2a2f95..050baff 100644 --- a/etc/profile.d/cli.sh +++ b/etc/profile.d/cli.sh @@ -45,7 +45,7 @@ if [ "$(whoami)" != "root" ]; then # Make export CC="clang" - export CFLAGS="-ferror-limit=1 -gdwarf-4 -ggdb3 -O0 -std=c11 -Wall -Werror -Wextra -Wno-gnu-folding-constant -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-but-set-variable -Wshadow" + export CFLAGS="-ferror-limit=1 -gdwarf-4 -ggdb3 -O0 -std=c23 -Wall -Werror -Wextra -Wno-gnu-folding-constant -Wno-sign-compare -Wno-unused-parameter -Wno-unused-variable -Wno-unused-but-set-variable -Wshadow" export LDLIBS="-lcrypt -lcs50 -lm" # Node.js