log location of gen-test object location

This commit is contained in:
Luke Boswell 2023-09-03 23:53:56 +10:00 committed by Folkert
parent 8123041d0a
commit 6ecc72f68e
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C

View file

@ -215,9 +215,10 @@ pub fn helper(
let builtins_host_tempfile =
roc_bitcode::host_tempfile().expect("failed to write host builtins object to tempfile");
// TODO make this an envrionment variable
// TODO make this an environment variable
if false {
let file_path = std::env::temp_dir().join("app.o");
println!("gen-test object file written to {}", file_path.display());
std::fs::copy(&app_o_file, file_path).unwrap();
}