diff options
author | hexcoder- <heiko@hexco.de> | 2020-04-20 07:58:48 +0200 |
---|---|---|
committer | hexcoder- <heiko@hexco.de> | 2020-04-20 07:58:48 +0200 |
commit | e90194093ebb73abbbda7c225878b68ae5bc03e7 (patch) | |
tree | 113c1ba9df4b26d206a8bc0f3182222572e5f553 | |
parent | b408fdffcc317f865a1379f802cb6e80bf862f62 (diff) | |
download | afl++-e90194093ebb73abbbda7c225878b68ae5bc03e7.tar.gz |
Revert "fix compilation use CFLAGS_FLTO for afl-gotcpu also (thanks Marc)"
This reverts commit b408fdffcc317f865a1379f802cb6e80bf862f62.
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6efc1328..11dfa803 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -316,7 +316,7 @@ afl-analyze: src/afl-analyze.c src/afl-common.o src/afl-sharedmem.o $(COMM_HDR) $(CC) $(CFLAGS) $(CFLAGS_FLTO) src/$@.c src/afl-common.o src/afl-sharedmem.o -o $@ $(LDFLAGS) afl-gotcpu: src/afl-gotcpu.c src/afl-common.o $(COMM_HDR) | test_x86 - $(CC) $(CFLAGS) $(CFLAGS_FLTO) src/$@.c src/afl-common.o -o $@ $(LDFLAGS) + $(CC) $(CFLAGS) src/$@.c src/afl-common.o -o $@ $(LDFLAGS) # document all mutations and only do one run (use with only one input file!) |