| ... | @@ -575,7 +575,7 @@ pub const InitOptions = struct { | ... | @@ -575,7 +575,7 @@ pub const InitOptions = struct { |
| 575 | linker_z_max_page_size: ?u64 = null, | 575 | linker_z_max_page_size: ?u64 = null, |
| 576 | linker_tsaware: bool = false, | 576 | linker_tsaware: bool = false, |
| 577 | linker_nxcompat: bool = false, | 577 | linker_nxcompat: bool = false, |
| 578 | linker_dynamicbase: bool = false, | 578 | linker_dynamicbase: bool = true, |
| 579 | linker_optimization: ?u8 = null, | 579 | linker_optimization: ?u8 = null, |
| 580 | linker_compress_debug_sections: ?link.CompressDebugSections = null, | 580 | linker_compress_debug_sections: ?link.CompressDebugSections = null, |
| 581 | linker_module_definition_file: ?[]const u8 = null, | 581 | linker_module_definition_file: ?[]const u8 = null, |