This commit is contained in:
2025-08-24 20:23:27 -04:00
parent 45bfdb155c
commit 3db30058d1
3 changed files with 8 additions and 3 deletions

2
configure vendored
View File

@@ -22,7 +22,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 -Wpedantic"
CFLAGS="-Wall -Wextra -O2 --std=c23 -Wpedantic -Wformat=2"
LDFLAGS=
CC=