Explorar el Código

added debug option

John Voltz hace 17 años
padre
commit
1163cf741c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/bash/bash.mk

+ 1 - 0
package/bash/bash.mk

@@ -57,6 +57,7 @@ $(BASH_DIR)/.configured: $(BASH_DIR)/.unpacked
 		--with-curses \
 		--enable-alias \
 		--without-bash-malloc \
+		$(ENABLE_DEBUG) \
 	)
 	touch $@