mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Build rustc with debugging enabled.
This commit is contained in:
parent
194864af97
commit
3f9ce9b55e
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue