Explorar o código

added debug option

John Voltz %!s(int64=17) %!d(string=hai) anos
pai
achega
1beaf12098
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      package/Makefile.in

+ 5 - 0
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