Build rustc with debugging enabled.

This commit is contained in:
Jack Moffitt 2013-09-23 10:39:58 -06:00
parent 194864af97
commit 3f9ce9b55e

2
configure vendored
View file

@ -605,7 +605,7 @@ done
if [ ${do_reconfigure} -ne 0 ] if [ ${do_reconfigure} -ne 0 ]
then then
cd ${CFG_BUILD_DIR}src/compiler/rust cd ${CFG_BUILD_DIR}src/compiler/rust
RUST_CONFIGURE_ARGS="" RUST_CONFIGURE_ARGS="--enable-debug"
if [ $CFG_OSTYPE = "linux-androideabi" ]; then if [ $CFG_OSTYPE = "linux-androideabi" ]; then
RUST_CONFIGURE_ARGS="--target-triples=arm-linux-androideabi --android-cross-path=${CFG_ANDROID_CROSS_PATH}" RUST_CONFIGURE_ARGS="--target-triples=arm-linux-androideabi --android-cross-path=${CFG_ANDROID_CROSS_PATH}"
fi fi