Skip to content

Commit 02350ff

Browse files
committed
fix: do not bundle ubsan runtime
1 parent 70ba94f commit 02350ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.zig

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ pub fn build(b: *Build) !void {
304304
unit_tests.linker_allow_shlib_undefined = true;
305305
unit_tests.link_function_sections = true;
306306
unit_tests.link_data_sections = true;
307+
unit_tests.bundle_ubsan_rt = false;
307308

308309
const bin = unit_tests.getEmittedBin();
309310
const obj = Build.LazyPath{ .generated = .{

0 commit comments

Comments
 (0)