This commit is contained in:
Folkert 2023-07-23 19:02:17 +02:00
parent f96c78b3a5
commit 10aa4f58c9
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
5 changed files with 191 additions and 5 deletions

View file

@ -212,7 +212,7 @@ pub fn helper(
let builtins_host_tempfile =
roc_bitcode::host_tempfile().expect("failed to write host builtins object to tempfile");
if false {
if true {
std::fs::copy(&app_o_file, "/tmp/app.o").unwrap();
}