From b7957848328950a73aa28033a13091da255bea77 Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Mon, 9 Mar 2020 21:40:30 +0100 Subject: [PATCH] fuzz: make CC overridable from 'afl-gcc' e.g. for debugging crashes --- test/fuzz/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fuzz/Makefile b/test/fuzz/Makefile index 2a9cda99..7a1dab37 100644 --- a/test/fuzz/Makefile +++ b/test/fuzz/Makefile @@ -32,7 +32,7 @@ all compile: lwip_fuzz lwip_fuzz2 lwip_fuzz3 .PHONY: all clean -CC=afl-gcc +CC?=afl-gcc LDFLAGS=-lm # use 'make D=-DUSER_DEFINE' to pass a user define to gcc CFLAGS=-O0 $(D)