From: John Voltz Date: Tue, 11 Mar 2008 18:15:30 +0000 (-0000) Subject: added debug option X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1beaf120980b38a3ae67240960cb35e425a15351;p=buildroot.git added debug option --- diff --git a/package/Makefile.in b/package/Makefile.in index 76751cc98d..806a010dd2 100644 --- a/package/Makefile.in +++ b/package/Makefile.in @@ -305,6 +305,11 @@ ifneq ($(BR2_GCC_CROSS_CXX),y) TARGET_CONFIGURE_OPTS+=CXX="" endif +ifeq ($(BR2_ENABLE_DEBUG),y) +ENABLE_DEBUG:=--enable-debug +else +ENABLE_DEBUG:= +endif # X Windowing system