aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e99117..07855ae 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
VERSION=0.1.4
CC=gcc
-CFLAGS=-Wall -DVERSION=$(VERSION) -g -O3
+CFLAGS=-Wall -Wno-unused-result -Wsign-compare -Wstrict-prototypes \
+ -DVERSION=$(VERSION) -g -O3
INCLUDE= -Iinclude
LIB= -Llib
DOXY=doxygen