We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddf43b5 + a148f5b commit 591d8a1Copy full SHA for 591d8a1
.travis.yml
@@ -122,7 +122,7 @@ matrix:
122
- env: IMAGE=dist-x86_64-linux DEPLOY_ALT=1
123
- env: >
124
RUST_CHECK_TARGET=dist
125
- RUST_CONFIGURE_ARGS="--enable-extended"
+ RUST_CONFIGURE_ARGS="--enable-extended --enable-profiler"
126
SRC=.
127
DEPLOY_ALT=1
128
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
appveyor.yml
@@ -75,7 +75,7 @@ environment:
75
76
# "alternate" deployment, see .travis.yml for more info
77
- MSYS_BITS: 64
78
- RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended
+ RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --enable-extended --enable-profiler
79
SCRIPT: python x.py dist
80
DEPLOY_ALT: 1
81
0 commit comments