diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-09-08 17:16:51 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2015-09-08 17:16:51 +0000 |
commit | 5b63d740de5efca654842b4a3b2dbe77bc6b188a (patch) | |
tree | df3d04622598aa2872db969e87d562c5a9662a95 /Make.include | |
parent | 4d8bc9b5de5f885e275495bf0ba25fb556e50d9b (diff) |
added '-g' to CFLAGS
svn path=/trunk/externals/iemlib/; revision=17555
Diffstat (limited to 'Make.include')
-rw-r--r-- | Make.include | 2 |
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 |