Skip to content

Commit c3fc69b

Browse files
author
Claude
committed
WIP: try
1 parent 3440dfe commit c3fc69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zig_llvm.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ ZIG_EXTERN_C bool ZigLLVMTargetMachineEmitToFile(LLVMTargetMachineRef targ_machi
511511
},
512512
std::move(BC));
513513
},
514-
false);
514+
true); // avoid symbol globalization overhead
515515
}
516516

517517
// Flush and close streams

0 commit comments

Comments
 (0)