diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2020-09-29 18:41:59 +0200 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2020-09-29 18:41:59 +0200 |
| commit | 426e55709cf6badbeb99cdae9587ab8ffb8a98ac (patch) | |
| tree | be225b25e8b2a74312e8a5f770977e4018072375 /scripts | |
| parent | 838dd17a67b750bce9fcca149759db236f145eea (diff) | |
| download | rust-426e55709cf6badbeb99cdae9587ab8ffb8a98ac.tar.gz rust-426e55709cf6badbeb99cdae9587ab8ffb8a98ac.zip | |
Replace CG_CLIF_JIT with --jit
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/filter_profile.rs | 2 |
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 |
