diff --git a/Makefile b/Makefile index 6943396..4c1ecc2 100644 --- a/Makefile +++ b/Makefile @@ -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