mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 12:33:19 +00:00
compilation: fixup linker_dynamicbase default in InitOptions
This commit is contained in:
parent
113f80bcf7
commit
c79073c176
@ -575,7 +575,7 @@ pub const InitOptions = struct {
|
||||
linker_z_max_page_size: ?u64 = null,
|
||||
linker_tsaware: bool = false,
|
||||
linker_nxcompat: bool = false,
|
||||
linker_dynamicbase: bool = false,
|
||||
linker_dynamicbase: bool = true,
|
||||
linker_optimization: ?u8 = null,
|
||||
linker_compress_debug_sections: ?link.CompressDebugSections = null,
|
||||
linker_module_definition_file: ?[]const u8 = null,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user