From dcf7d85cba9a8ee5a33cff578fe48bdbccda1a3d Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 9 Mar 2020 10:56:53 +0100 Subject: honor no_quiet for missing llvm_mode output, also print to stderr with afl-*-rt.o.c instead of stdout for errors plus two potential bad free() fixes --- gcc_plugin/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'gcc_plugin/Makefile') diff --git a/gcc_plugin/Makefile b/gcc_plugin/Makefile index 98ddffd4..c5aa6616 100644 --- a/gcc_plugin/Makefile +++ b/gcc_plugin/Makefile @@ -30,6 +30,7 @@ CFLAGS ?= -O3 -g -funroll-loops CFLAGS += -Wall -I../include -D_FORTIFY_SOURCE=2 -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 -- cgit 1.4.1