about summary refs log tree commit diff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMarcel Boehme <marcel.boehme@acm.org>2020-09-29 11:53:27 +0000
committerMarcel Boehme <marcel.boehme@acm.org>2020-09-29 11:53:27 +0000
commite87eca7fe8ec3ed0ba79e7722350ad502b67218b (patch)
treeabe699ce381526ad0c0106628852593dc9eeebfe /GNUmakefile
parente69b25e34be8028921389bbb114135c3028d0a3d (diff)
downloadafl++-e87eca7fe8ec3ed0ba79e7722350ad502b67218b.tar.gz
Patching and improving AFLFast schedules.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
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))" ""