| ... | ... | @@ -1697,7 +1697,6 @@ pub fn create(gpa: Allocator, options: InitOptions) !*Compilation { |
| 1697 | 1697 | .soname = options.soname, |
| 1698 | 1698 | .compatibility_version = options.compatibility_version, |
| 1699 | 1699 | .dll_export_fns = dll_export_fns, |
| 1700 | | .parent_compilation_link_libc = options.parent_compilation_link_libc, |
| 1701 | 1700 | .each_lib_rpath = each_lib_rpath, |
| 1702 | 1701 | .build_id = build_id, |
| 1703 | 1702 | .disable_lld_caching = options.disable_lld_caching or cache_mode == .whole, |
| ... | ... | @@ -6191,6 +6190,7 @@ fn buildOutputFromZig( |
| 6191 | 6190 | .omit_frame_pointer = comp.root_mod.omit_frame_pointer, |
| 6192 | 6191 | .unwind_tables = comp.bin_file.options.eh_frame_hdr, |
| 6193 | 6192 | .pic = comp.root_mod.pic, |
| 6193 | .optimize_mode = comp.compilerRtOptMode(), |
| 6194 | 6194 | }, |
| 6195 | 6195 | .global = config, |
| 6196 | 6196 | .cc_argv = &.{}, |