authorgravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2023-03-02 22:54:35-05:00
committergravatar for kcbanner@gmail.comCasey Banner <kcbanner@gmail.com> 2023-03-25 16:26:48-04:00
logc79073c176a909abce3feba96203caef1e6d8360
tree6e7cfd5d5ad88ab8d63ef01ae6b273d513d55637
parent113f80bcf793b2841635d136e561bcc0bbe89086

compilation: fixup linker_dynamicbase default in InitOptions


1 files changed, 1 insertions(+), 1 deletions(-)

src/Compilation.zig+1-1
......@@ -575,7 +575,7 @@ pub const InitOptions = struct {
575575 linker_z_max_page_size: ?u64 = null,
576576 linker_tsaware: bool = false,
577577 linker_nxcompat: bool = false,
578 linker_dynamicbase: bool = false,
578 linker_dynamicbase: bool = true,
579579 linker_optimization: ?u8 = null,
580580 linker_compress_debug_sections: ?link.CompressDebugSections = null,
581581 linker_module_definition_file: ?[]const u8 = null,