aboutsummaryrefslogtreecommitdiff
path: root/gcc_plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'gcc_plugin/Makefile')
-rw-r--r--gcc_plugin/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc_plugin/Makefile b/gcc_plugin/Makefile
index df8bd9cb..4c7a0313 100644
--- a/gcc_plugin/Makefile
+++ b/gcc_plugin/Makefile
@@ -28,14 +28,14 @@ MAN_PATH ?= $(PREFIX)/man/man8
VERSION = $(shell grep '^$(HASH)define VERSION ' ../config.h | cut -d '"' -f2)
-CFLAGS ?= -O3 -g -funroll-loops
-override CFLAGS = -Wall -I../include -D_FORTIFY_SOURCE=2 -Wno-pointer-sign \
+CFLAGS ?= -O3 -g -funroll-loops -D_FORTIFY_SOURCE=2
+override CFLAGS = -Wall -I../include -Wno-pointer-sign \
-DAFL_PATH=\"$(HELPER_PATH)\" -DBIN_PATH=\"$(BIN_PATH)\" \
-DGCC_VERSION=\"$(GCCVER)\" -DGCC_BINDIR=\"$(GCCBINDIR)\" \
-Wno-unused-function
-CXXFLAGS ?= -O3 -g -funroll-loops
-CXXEFLAGS := $(CXXFLAGS) -Wall -D_FORTIFY_SOURCE=2
+CXXFLAGS ?= -O3 -g -funroll-loops -D_FORTIFY_SOURCE=2
+CXXEFLAGS := $(CXXFLAGS) -Wall
CC ?= gcc
CXX ?= g++