mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
Remove a debugging hack
This commit is contained in:
parent
707a6b6f0f
commit
9cb0c00b2a
1 changed files with 0 additions and 5 deletions
|
@ -949,11 +949,6 @@ fn build_loaded_file<'a>(
|
|||
|
||||
match (linking_strategy, link_type) {
|
||||
(LinkingStrategy::Surgical, _) => {
|
||||
if false {
|
||||
let mut f = std::fs::File::create("tmp_roc.o").unwrap();
|
||||
std::io::Write::write_all(&mut f, &roc_app_bytes).unwrap();
|
||||
}
|
||||
|
||||
let metadata_file = platform_main_roc_path.with_file_name(target.metadata_file_name());
|
||||
|
||||
roc_linker::link_preprocessed_host(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue