Ver código fonte

added debug option

John Voltz 17 anos atrás
pai
commit
1163cf741c
1 arquivos alterados com 1 adições e 0 exclusões
  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 $@