diff options
| author | Dominik Maier <domenukk@gmail.com> | 2020-08-31 12:26:41 +0200 |
|---|---|---|
| committer | Dominik Maier <domenukk@gmail.com> | 2020-08-31 12:26:41 +0200 |
| commit | 4697e4a5a519043b5727202c39a5e13c277e1cae (patch) | |
| tree | 5efe49aa07c4b4aaf8604db88905bdd688f9859c /libdislocator | |
| parent | 92b1f9cf36e7df8ce4b957e503cffca7296da048 (diff) | |
| parent | bbf00204eacfd0444257e81397f2e76ab90be41d (diff) | |
| download | afl++-4697e4a5a519043b5727202c39a5e13c277e1cae.tar.gz | |
description for AFL_MAX_DET_EXTRAS added
Diffstat (limited to 'libdislocator')
| -rw-r--r-- | libdislocator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdislocator/Makefile b/libdislocator/Makefile index f9c4cb65..1c2fcaa7 100644 --- a/libdislocator/Makefile +++ b/libdislocator/Makefile @@ -28,7 +28,7 @@ all: libdislocator.so VPATH = .. libdislocator.so: libdislocator.so.c ../config.h - $(CC) $(CFLAGS) -shared -fPIC libdislocator.so.c -o ../$@ $(LDFLAGS) + $(CC) $(CFLAGS) $(CPPFLAGS) -shared -fPIC libdislocator.so.c -o ../$@ $(LDFLAGS) .NOTPARALLEL: clean |
