summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c2122b1f9..8f9452c04 100644
--- a/Makefile
+++ b/Makefile
@@ -285,7 +285,7 @@ ifeq ($(shell if test $(CC_VERSION) -ge 34; then echo true; fi), true)
endif
ifdef DEBUG
- CFLAGS += -g -D_DEBUG
+ CFLAGS += -g -fno-inline -D_DEBUG
endif
ifdef PROFILE