From 01bdc62404ea55bbf5041dace37a25c5c470d69b Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Sat, 30 Oct 2010 10:43:21 +1000 Subject: Don't explicitly add -g to CPPFLAGS This allows building without debugging by setting CFLAGS either during configure or make. Signed-off-by: Steve Bennett --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index f8c16bb..aafcadc 100644 --- a/Makefile.in +++ b/Makefile.in @@ -21,7 +21,7 @@ CPPFLAGS += -DTCL_LIBRARY=\"/lib/jim\" CPPFLAGS += -DJIM_TCL_COMPAT -DJIM_REFERENCES -D_GNU_SOURCE -CPPFLAGS += -Wall -g $(OPTIM) -I@SRCDIR@ -I. @EXTRA_CFLAGS@ +CPPFLAGS += -Wall $(OPTIM) -I@SRCDIR@ -I. @EXTRA_CFLAGS@ VPATH := @SRCDIR@ ifeq ($(jim_libtype),static) -- cgit v1.1