From 188a6f5ec58d776d2246baed9a66fdd56245bc28 Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 9 Mar 2020 12:17:59 +0100 Subject: disable leaksanitizer when "make" ... more --- gcc_plugin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc_plugin') diff --git a/gcc_plugin/Makefile b/gcc_plugin/Makefile index c5aa6616..6e8821e1 100644 --- a/gcc_plugin/Makefile +++ b/gcc_plugin/Makefile @@ -105,8 +105,8 @@ test_build: $(PROGS) @echo "[*] Testing the CC wrapper and instrumentation output..." unset AFL_USE_ASAN AFL_USE_MSAN; AFL_QUIET=1 AFL_INST_RATIO=100 AFL_PATH=. AFL_CC=$(CC) ../afl-gcc-fast $(CFLAGS) ../test-instr.c -o test-instr $(LDFLAGS) # unset AFL_USE_ASAN AFL_USE_MSAN; AFL_INST_RATIO=100 AFL_PATH=. AFL_CC=$(CC) ../afl-gcc-fast $(CFLAGS) ../test-instr.c -o test-instr $(LDFLAGS) - ../afl-showmap -m none -q -o .test-instr0 ./test-instr