aboutsummaryrefslogtreecommitdiff
path: root/libtokencap/Makefile
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-01-02 08:39:29 +0100
committervan Hauser <vh@thc.org>2020-01-02 08:39:29 +0100
commit3827b912c7090314bb011fe6c1ccfaf0d33fc678 (patch)
treea7a3db2ade9f485e8a6941523eac52cab714c376 /libtokencap/Makefile
parent345c1deb58d2b9249879cb020b9aac322781ba08 (diff)
downloadafl++-3827b912c7090314bb011fe6c1ccfaf0d33fc678.tar.gz
compile fixes
Diffstat (limited to 'libtokencap/Makefile')
-rw-r--r--libtokencap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtokencap/Makefile b/libtokencap/Makefile
index 3ecbf471..804f03c2 100644
--- a/libtokencap/Makefile
+++ b/libtokencap/Makefile
@@ -18,8 +18,8 @@ HELPER_PATH = $(PREFIX)/lib/afl
VERSION = $(shell grep '^\#define VERSION ' ../config.h | cut -d '"' -f2)
-CFLAGS ?= -O3 -funroll-loops -I ../include/
-CFLAGS += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign
+CFLAGS ?= -O3 -funroll-loops
+CFLAGS += -I ../include/ -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign
ifeq "$(shell uname)" "Linux"
TARGETS = libtokencap.so