This commit is contained in:
Folkert 2023-04-23 20:02:41 +02:00
parent b663db56f0
commit 2e41ef68b0
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
7 changed files with 18 additions and 22 deletions

View file

@ -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();
}