about summary refs log tree commit diff
path: root/src/ci
diff options
context:
space:
mode:
authorMarco Castelluccio <mcastelluccio@mozilla.com>2017-06-05 23:56:59 +0100
committerMarco Castelluccio <mcastelluccio@mozilla.com>2017-06-05 23:56:59 +0100
commit26ad8d4ad304a4aaaeab4bbc51ed5cbd733d13ba (patch)
tree87520f934065ca36c6edbb0f0b553dc367df715d /src/ci
parent8b7826ffb9b7fad61591421f58c1ddc3a2bdaf6e (diff)
downloadrust-26ad8d4ad304a4aaaeab4bbc51ed5cbd733d13ba.tar.gz
rust-26ad8d4ad304a4aaaeab4bbc51ed5cbd733d13ba.zip
Enable profiler on all builders
Diffstat (limited to 'src/ci')
-rwxr-xr-xsrc/ci/run.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/run.sh b/src/ci/run.sh
index 549e804603c..7885a5b2243 100755
--- a/src/ci/run.sh
+++ b/src/ci/run.sh
@@ -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"