build: do not include UBSan RT in bun-zig.o (#18726)

This commit is contained in:
Don Isaac
2025-04-02 18:31:31 -07:00
committed by GitHub
parent 0efbbd3870
commit d7a8208ff5

View File

@@ -465,6 +465,7 @@ pub fn addBunObject(b: *Build, opts: *BunBuildOptions) *Compile {
}
}
obj.bundle_compiler_rt = false;
obj.bundle_ubsan_rt = false;
obj.root_module.omit_frame_pointer = false;
// Link libc