Skip to content

Commit

Permalink
disable development flag
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertdev committed Jul 28, 2023
1 parent 97dae87 commit 091c51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/compiler/test_gen/src/helpers/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,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();
}

Expand Down

0 comments on commit 091c51b

Please sign in to comment.