From 638db680f4c6380bb193da520f29a7c587bfb719 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 15 Dec 2023 19:25:34 -0700 Subject: move dll_export_fns and rdynamic to Compilation.Config --- src/link.zig | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/link.zig') diff --git a/src/link.zig b/src/link.zig index 77169afa29..14b180ed2a 100644 --- a/src/link.zig +++ b/src/link.zig @@ -88,7 +88,6 @@ pub const File = struct { image_base: ?u64, eh_frame_hdr: bool, emit_relocs: bool, - rdynamic: bool, z_nodelete: bool, z_notext: bool, z_defs: bool, @@ -110,7 +109,6 @@ pub const File = struct { max_memory: ?u64, export_symbol_names: []const []const u8, global_base: ?u64, - dll_export_fns: bool, each_lib_rpath: bool, build_id: std.zig.BuildId, disable_lld_caching: bool, -- cgit v1.2.3