diff options
author | van Hauser <vh@thc.org> | 2020-06-25 22:28:56 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-06-25 22:28:56 +0200 |
commit | 590408323137b97807370929e56fba9790c2c51c (patch) | |
tree | 2635116bc1fa7f7cec6db73c7e1df5a3d7361d26 | |
parent | 171b1923e94b7157d9c0574fae890d31fd880e4c (diff) | |
download | afl++-590408323137b97807370929e56fba9790c2c51c.tar.gz |
remove debug
-rw-r--r-- | GNUmakefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 616d4f70..41ac74e6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -260,7 +260,6 @@ ifdef TEST_MMAP SHMAT_OK=0 override CFLAGS += -DUSEMMAP=1 LDFLAGS += -Wno-deprecated-declarations -lrt -$(info LDFLAGS=$(LDFLAGS)) endif all: test_x86 test_shm test_python ready $(PROGS) afl-as test_build all_done |