about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2020-09-29 18:41:59 +0200
committerbjorn3 <bjorn3@users.noreply.github.com>2020-09-29 18:41:59 +0200
commit426e55709cf6badbeb99cdae9587ab8ffb8a98ac (patch)
treebe225b25e8b2a74312e8a5f770977e4018072375 /scripts
parent838dd17a67b750bce9fcca149759db236f145eea (diff)
downloadrust-426e55709cf6badbeb99cdae9587ab8ffb8a98ac.tar.gz
rust-426e55709cf6badbeb99cdae9587ab8ffb8a98ac.zip
Replace CG_CLIF_JIT with --jit
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/filter_profile.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/filter_profile.rs b/scripts/filter_profile.rs
index 75f2f61b21a..c70c3ec47f3 100755
--- a/scripts/filter_profile.rs
+++ b/scripts/filter_profile.rs
@@ -5,7 +5,7 @@ CHANNEL="release"
 pushd $(dirname "$0")/../
 source scripts/config.sh
 popd
-CG_CLIF_JIT=1 PROFILE=$1 OUTPUT=$2 exec rustc $RUSTFLAGS $0 --crate-type bin -Cprefer-dynamic
+PROFILE=$1 OUTPUT=$2 exec $RUSTC $RUSTFLAGS --jit $0
 #*/
 
 //! This program filters away uninteresting samples and trims uninteresting frames for stackcollapse