rust: enable debuginfo

This gets split out in do_package, so there's no harm in including it.
It is useful to be able to get debug info for the standard library by
installing the -dbg package.
This commit is contained in:
Tyler Hall
2015-06-16 16:54:35 -04:00
committed by Steven Walter
parent 6e9bc43cb8
commit 6ba4aebdce
+1
View File
@@ -306,6 +306,7 @@ do_configure () {
"--disable-docs" \
"--disable-manage-submodules" \
"--disable-debug" \
"--enable-debuginfo" \
"--enable-optimize" \
"--enable-optimize-cxx" \
"--enable-optimize-llvm" \