mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-04 00:54:36 +00:00
cleanup
This commit is contained in:
parent
b663db56f0
commit
2e41ef68b0
7 changed files with 18 additions and 22 deletions
|
@ -210,7 +210,7 @@ pub fn helper(
|
|||
let builtins_host_tempfile =
|
||||
roc_bitcode::host_tempfile().expect("failed to write host builtins object to tempfile");
|
||||
|
||||
if true {
|
||||
if false {
|
||||
std::fs::copy(&app_o_file, "/tmp/app.o").unwrap();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue