about summary refs log tree commit diff
path: root/gcc_plugin
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2020-04-08 21:39:11 +0200
committervan Hauser <vh@thc.org>2020-04-09 10:23:37 +0200
commit20cb846c9554aa9318196007a569fa2501171781 (patch)
tree0047a2f40a1658b374c3fe1ff04a056af6e0dd7a /gcc_plugin
parenta1e531589e47ed6a24278189f034dcdbeca47a30 (diff)
downloadafl++-20cb846c9554aa9318196007a569fa2501171781.tar.gz
Makefile cleanup
Diffstat (limited to 'gcc_plugin')
-rw-r--r--gcc_plugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc_plugin/Makefile b/gcc_plugin/Makefile
index 1c6f365f..3b507c6b 100644
--- a/gcc_plugin/Makefile
+++ b/gcc_plugin/Makefile
@@ -36,7 +36,7 @@ CFLAGS = -Wall -I../include -Wno-pointer-sign \
                -Wno-unused-function
 
 CXXFLAGS    ?= -O3 -g -funroll-loops -D_FORTIFY_SOURCE=2
-CXXEFLAGS   := $(CXXFLAGS) -Wall
+CXXEFLAGS   = $(CXXFLAGS) -Wall
 
 CC          ?= gcc
 CXX         ?= g++