diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-07-20 14:08:45 +0200 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-07-20 14:08:45 +0200 |
| commit | 253056b932c0ee8d53b47e6c4dd1239a5d8da1a0 (patch) | |
| tree | 5f02e894c271487861fc4d79717abb377d65d881 /qemu_mode/libcompcov/Makefile | |
| parent | 5ac5d91c6bc7e40ca63079d3178c8a975b1050fa (diff) | |
| download | afl++-253056b932c0ee8d53b47e6c4dd1239a5d8da1a0.tar.gz | |
more speed to libcompcov using real libc functions
Diffstat (limited to 'qemu_mode/libcompcov/Makefile')
| -rw-r--r-- | qemu_mode/libcompcov/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu_mode/libcompcov/Makefile b/qemu_mode/libcompcov/Makefile index 02266bd2..5f4a33c6 100644 --- a/qemu_mode/libcompcov/Makefile +++ b/qemu_mode/libcompcov/Makefile @@ -20,6 +20,7 @@ VERSION = $(shell grep '^\#define VERSION ' ../config.h | cut -d '"' -f2) CFLAGS ?= -O3 -funroll-loops CFLAGS += -Wall -Wno-unused-result -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign +LDFLAGS += -ldl all: libcompcov.so |
