From 5b63d740de5efca654842b4a3b2dbe77bc6b188a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Tue, 8 Sep 2015 17:16:51 +0000 Subject: added '-g' to CFLAGS svn path=/trunk/externals/iemlib/; revision=17555 --- Make.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Make.include') 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 -- cgit v1.2.1