summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2017-12-12 15:56:40 +0100
committerRobert Swiecki <robert@swiecki.net>2017-12-12 15:56:40 +0100
commit8b6de7e5a049b23c2021ea1a93c5e8cced4422b4 (patch)
treeeb3629b2770efe60db0f6c5651ba35e8dc843569
parent445de576bb6ae6e57764b732fe4616e95d533438 (diff)
downloadhonggfuzz-8b6de7e5a049b23c2021ea1a93c5e8cced4422b4.tar.gz
Makefile: add -D__NO_INLINE__ to -D__NO_STRING_INLINES
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55600694..007a3cab 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ COMMON_LDFLAGS := -lm libcommon/libcommon.a
COMMON_SRCS := $(sort $(wildcard *.c))
CFLAGS ?= -O3
LDFLAGS ?=
-LIBS_CFLAGS ?= -fPIC -fno-stack-protector -fno-builtin -D__NO_STRING_INLINES
+LIBS_CFLAGS ?= -fPIC -fno-stack-protector -fno-builtin -D__NO_STRING_INLINES -D__NO_INLINE__
OS ?= $(shell uname -s)
MARCH ?= $(shell uname -m)