Selaa lähdekoodia

added debug option

John Voltz 17 vuotta sitten
vanhempi
commit
1beaf12098
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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