added debug option
This commit is contained in:
parent
554fc8bc7f
commit
1beaf12098
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user