Replace CG_CLIF_JIT with --jit
This commit is contained in:
parent
838dd17a67
commit
426e55709c
9 changed files with 69 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue