added debug option

This commit is contained in:
John Voltz 2008-03-11 18:15:30 +00:00
parent 554fc8bc7f
commit 1beaf12098

View File

@ -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