Enable more strict warnings

This commit is contained in:
Rodrigo Arias 2021-10-18 12:42:34 +02:00
parent 2fbe95b4f7
commit 55ae07403c

View File

@ -1,5 +1,6 @@
CFLAGS=-fPIC
CFLAGS+=-std=c11 -pedantic -Werror -Wformat
CFLAGS+=-Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition
# Debug flags
#CFLAGS+=-fsanitize=address