mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 16:25:14 +00:00
Replace CG_CLIF_JIT with --jit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user