aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ba17bd30..bede380e3 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ LIBS += -lndpi
endif
ifeq ($(ENABLE_DEBUG),yes)
-PROJECT_CFLAGS += -O0 -g3 -fno-omit-frame-pointer
+PROJECT_CFLAGS += -O0 -g3 -fno-omit-frame-pointer -fno-inline
else
ENABLE_DEBUG = no
endif