From 3f9ce9b55ee2c42b2958eade87a9418e27ab2c2a Mon Sep 17 00:00:00 2001 From: Jack Moffitt Date: Mon, 23 Sep 2013 10:39:58 -0600 Subject: [PATCH] Build rustc with debugging enabled. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 7ed1f2d00c4..8747cb6f3d4 100755 --- a/configure +++ b/configure @@ -605,7 +605,7 @@ done if [ ${do_reconfigure} -ne 0 ] then cd ${CFG_BUILD_DIR}src/compiler/rust - RUST_CONFIGURE_ARGS="" + RUST_CONFIGURE_ARGS="--enable-debug" if [ $CFG_OSTYPE = "linux-androideabi" ]; then RUST_CONFIGURE_ARGS="--target-triples=arm-linux-androideabi --android-cross-path=${CFG_ANDROID_CROSS_PATH}" fi