1
Fork 0

Replace CG_CLIF_JIT with --jit

This commit is contained in:
bjorn3 2020-09-29 18:41:59 +02:00
parent 838dd17a67
commit 426e55709c
9 changed files with 69 additions and 23 deletions

View file

@ -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