Skip to content

Commit 13b3c34

Browse files
committed
Spell profiler option correctly...
1 parent 84d1626 commit 13b3c34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-manage-submodules"
3232
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-locked-deps"
3333
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-cargo-openssl-static"
3434
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-llvm-clean-rebuild"
35-
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-profiling"
35+
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --enable-profiler"
3636

3737
if [ "$DIST_SRC" = "" ]; then
3838
RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --disable-dist-src"

0 commit comments

Comments
 (0)