diff options
| author | van Hauser <vh@thc.org> | 2020-09-29 14:06:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-29 14:06:20 +0200 |
| commit | fe08482c1b2269289bfedea9f0ef2b6721d18221 (patch) | |
| tree | abe699ce381526ad0c0106628852593dc9eeebfe /GNUmakefile | |
| parent | e69b25e34be8028921389bbb114135c3028d0a3d (diff) | |
| parent | e87eca7fe8ec3ed0ba79e7722350ad502b67218b (diff) | |
| download | afl++-fe08482c1b2269289bfedea9f0ef2b6721d18221.tar.gz | |
Merge pull request #568 from mboehme/dev
Patching and improving AFLFast schedules.
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 889c0e7d..c885a935 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -205,7 +205,7 @@ endif ifneq "$(filter Linux GNU%,$(shell uname))" "" override CFLAGS += -D_FORTIFY_SOURCE=2 - LDFLAGS += -ldl -lrt + LDFLAGS += -ldl -lrt -lm endif ifneq "$(findstring FreeBSD, $(shell uname))" "" |
