mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
log location of gen-test object location
This commit is contained in:
parent
8123041d0a
commit
6ecc72f68e
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue