-Wpedantic

This commit is contained in:
Sasha Koshka 2023-11-10 17:39:10 -05:00
parent e0521be508
commit fd98d65ef6

View File

@ -1,5 +1,5 @@
#!/bin/sh
CFLAGS="-std=c99 -Wall -Wextra -Werror -fPIC"
CFLAGS="-std=c99 -Wall -Wextra -Wpedantic -Werror -fPIC"
PREFIX="/usr/local"
APP_LIBS="-lXmd -lXm -lXt -lX11"