We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81b673b + a3a508a commit 1aaa024Copy full SHA for 1aaa024
build.sh
@@ -26,6 +26,7 @@ while [[ $# != 0 ]]; do
26
done
27
28
# Build cg_clif
29
+unset CARGO_TARGET_DIR
30
export RUSTFLAGS="-Zrun_dsymutil=no"
31
if [[ "$CHANNEL" == "release" ]]; then
32
cargo build --release
prepare.sh
@@ -24,6 +24,7 @@ git checkout -- .
24
git checkout 804a7a21b9e673a482797aa289a18ed480e4d813
25
# build with cg_llvm for perf comparison
cargo build
mv target/debug/main raytracer_cg_llvm
popd
0 commit comments