diff options
| author | van Hauser <vh@thc.org> | 2020-06-23 18:06:08 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-06-23 18:06:08 +0200 |
| commit | 5f1c0111a6b25e08393bd91bca5cece87beed448 (patch) | |
| tree | bef289b754d61e5dc69e8ad60006f9811a11114c /GNUmakefile | |
| parent | 89f0dc2d149141393e98bd86eccd2468c575a7fa (diff) | |
| download | afl++-5f1c0111a6b25e08393bd91bca5cece87beed448.tar.gz | |
fix make files
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5a739ad8..53bbb34d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -121,7 +121,7 @@ endif ifeq "$(shell uname -s)" "Haiku" SHMAT_OK=0 - override CFLAGS += -DUSEMMAP=1 -Wno-error=format -fpic + override CFLAGS += -DUSEMMAP=1 -Wno-error=format -fPIC LDFLAGS+=-Wno-deprecated-declarations -lgnu SPECIAL_PERFORMANCE += -DUSEMMAP=1 endif |
