Enable more strict warnings
This commit is contained in:
parent
2fbe95b4f7
commit
55ae07403c
1
Makefile
1
Makefile
@ -1,5 +1,6 @@
|
|||||||
CFLAGS=-fPIC
|
CFLAGS=-fPIC
|
||||||
CFLAGS+=-std=c11 -pedantic -Werror -Wformat
|
CFLAGS+=-std=c11 -pedantic -Werror -Wformat
|
||||||
|
CFLAGS+=-Wall -Wextra -Wmissing-prototypes -Wstrict-prototypes -Wold-style-definition
|
||||||
|
|
||||||
# Debug flags
|
# Debug flags
|
||||||
#CFLAGS+=-fsanitize=address
|
#CFLAGS+=-fsanitize=address
|
||||||
|
Loading…
Reference in New Issue
Block a user