Merge commit '03f01bbe90
' into update_cg_clif-2020-11-01
This commit is contained in:
parent
793d26047f
commit
285c7c66dc
53 changed files with 609 additions and 385 deletions
|
@ -1,9 +1,8 @@
|
|||
#!/bin/bash
|
||||
#![forbid(unsafe_code)]/* This line is ignored by bash
|
||||
# This block is ignored by rustc
|
||||
CHANNEL="release"
|
||||
pushd $(dirname "$0")/../
|
||||
source scripts/config.sh
|
||||
source build/config.sh
|
||||
popd
|
||||
PROFILE=$1 OUTPUT=$2 exec $RUSTC $RUSTFLAGS --jit $0
|
||||
#*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue