diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0cf8693..94f49ec 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -5,7 +5,6 @@ include mk/Variables.mk # add our flags + libs CFLAGS += -DVERSION='"$(VERSION)"' -DLIB='"$(LIB)"' CFLAGS += -Wno-pointer-sign -CFLAGS += -Wno-strict-prototypes CFLAGS += -Wno-deprecated-declarations # valgrind options |