mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
makefile update
This commit is contained in:
parent
107ebb7d49
commit
c090abb00d
@ -13,14 +13,14 @@
|
||||
|
||||
.PHONY: all install clean argv_fuzz_persistent_demo argv_fuzz_demo
|
||||
|
||||
CC ?= afl-clang-fast
|
||||
CFLAGS ?= -fsanitize=address
|
||||
#CC ?= afl-clang-fast
|
||||
#CFLAGS ?= -fsanitize=address
|
||||
|
||||
argv_fuzz_persistent_demo: argv_fuzz_persistent_demo.c
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
CC=afl-clang-fast CFLAGS=-fsanitize=address $(CC) $(CFLAGS) -o $@ $^
|
||||
|
||||
argv_fuzz_demo: argv_fuzz_demo.c
|
||||
$(CC) $(CFLAGS) -o $@ $^
|
||||
CC=afl-clang-fast CFLAGS=-fsanitize=address $(CC) $(CFLAGS) -o $@ $^
|
||||
|
||||
demo: argv_fuzz_persistent_demo argv_fuzz_demo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user