about summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-07 17:00:11 +0100
committerAndrea Fioraldi <andreafioraldi@gmail.com>2020-02-07 17:00:11 +0100
commit1e10e452aaa366c3d06e7eda9f56f127fbf25319 (patch)
tree8fa43f52a48f5fe7ef1a54f61f2c4466dd777276 /Makefile
parentea37d8cef9648dfbe317517959be3d4eb9cb6cc7 (diff)
downloadafl++-1e10e452aaa366c3d06e7eda9f56f127fbf25319.tar.gz
fix empty range bug in colorization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13be4ec9..70eac6b9 100644
--- a/Makefile
+++ b/Makefile
@@ -57,7 +57,7 @@ ifneq "$(shell uname -m)" "x86_64"
 endif
 
 CFLAGS     ?= -O3 -funroll-loops $(CFLAGS_OPT)
-CFLAGS     += -Wall -g -Wno-pointer-sign -I include/ \
+override CFLAGS     += -Wall -g -Wno-pointer-sign -I include/ \
               -DAFL_PATH=\"$(HELPER_PATH)\" -DBIN_PATH=\"$(BIN_PATH)\" \
               -DDOC_PATH=\"$(DOC_PATH)\" -Wno-unused-function