Commit c79073c176

kcbanner <kcbanner@gmail.com>
2023-03-03 04:54:35
compilation: fixup linker_dynamicbase default in InitOptions
1 parent 113f80b
Changed files (1)
src/Compilation.zig
@@ -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,