@@ -19,7 +19,7 @@ cmdexists () { type "$1" >/dev/null 2>&1 ; }
trycc () { test -z "$CC" && cmdexists "$1" && CC=$1 ; }
prefix=/usr/bin/
CFLAGS="-Wall -Wextra -O2 --std=c23"
CFLAGS="-Wall -Wextra -O2 --std=c23 -Wpedantic"
LDFLAGS=
CC=
The note is not visible to the blocked user.