| author | |
| committer | |
| log | c79073c176a909abce3feba96203caef1e6d8360 |
| tree | 6e7cfd5d5ad88ab8d63ef01ae6b273d513d55637 |
| parent | 113f80bcf793b2841635d136e561bcc0bbe89086 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/Compilation.zig+1-1| ... | ... | @@ -575,7 +575,7 @@ pub const InitOptions = struct { |
| 575 | 575 | linker_z_max_page_size: ?u64 = null, |
| 576 | 576 | linker_tsaware: bool = false, |
| 577 | 577 | linker_nxcompat: bool = false, |
| 578 | linker_dynamicbase: bool = false, | |
| 578 | linker_dynamicbase: bool = true, | |
| 579 | 579 | linker_optimization: ?u8 = null, |
| 580 | 580 | linker_compress_debug_sections: ?link.CompressDebugSections = null, |
| 581 | 581 | linker_module_definition_file: ?[]const u8 = null, |