diff options
-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 |