]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/prepare.sh
Auto merge of #80412 - GuillaumeGomez:fix-search-section-pos, r=jyn514
[rust.git] / compiler / rustc_codegen_cranelift / prepare.sh
index 87f96f5dcf41ffd52417a3c0e7ccc83b1b00dbca..08e7cb1802999867d9427d58f478983dbe7fd133 100755 (executable)
@@ -24,6 +24,7 @@ git checkout -- .
 git checkout 804a7a21b9e673a482797aa289a18ed480e4d813
 
 # build with cg_llvm for perf comparison
+unset CARGO_TARGET_DIR
 cargo build
 mv target/debug/main raytracer_cg_llvm
 popd