aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 668c305..f15ab85 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
CC = clang
-CFLAGS = -Wall -std=c89 -D_DEFAULT_SOURCE -Wvla
+CFLAGS = -Wall -std=c89 -D_DEFAULT_SOURCE -Wvla \
+ -Wdeclaration-after-statement -Wstrict-prototypes -Wpadded \
+ -Wunreachable-code -Wsign-compare -Wimplicit-int-conversion \
+ -Wsign-conversion
LDFLAGS = -lm
BUILDDIR = build
SOURCEDIR = src