]> git.lizzy.rs Git - rust.git/commitdiff
Enable profiler on all builders
authorMarco Castelluccio <mcastelluccio@mozilla.com>
Mon, 5 Jun 2017 22:56:59 +0000 (23:56 +0100)
committerMarco Castelluccio <mcastelluccio@mozilla.com>
Mon, 5 Jun 2017 22:56:59 +0000 (23:56 +0100)
src/ci/run.sh

index 549e804603c07b90f14bc223d3605e64559c1c45..7885a5b22434e687d7d0337c19e26224f7ab64a7 100755 (executable)
@@ -32,6 +32,7 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-locked-deps"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-cargo-openssl-static"
 RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-clean-rebuild"
+RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-profiling"
 
 if [ "$DIST_SRC" = "" ]; then
   RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-dist-src"