aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Make.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.include b/Make.include
index 4e9958b..41c2748 100644
--- a/Make.include
+++ b/Make.include
@@ -26,7 +26,7 @@ PD_LIB = -lm -lc $(LIB)
#select either the DBG and OPT compiler flags below:
DBG_CFLAGS=-W -Wno-parentheses -Wno-switch -Wno-unused
-CFLAGS=-O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing
+CFLAGS=-g -O6 -funroll-loops -fomit-frame-pointer -fno-strict-aliasing
PD_CFLAGS = $(PD_DEFINES) -fPIC -fno-stack-protector $(DBG_CFLAGS) $(CFLAGS)
PD_INCLUDES = -I. -I$(IEMLIB_INCLUDE) -I$(PDSOURCE) -I../../../../pd/src