aboutsummaryrefslogtreecommitdiff
path: root/src/link.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2023-12-15 19:25:34 -0700
committerAndrew Kelley <andrew@ziglang.org>2024-01-01 17:51:20 -0700
commit638db680f4c6380bb193da520f29a7c587bfb719 (patch)
treec1b813f52c7970b061e928e8c7b9e0d859a82ded /src/link.zig
parentb54ad9317591873159594e673953088a21d66e7b (diff)
downloadzig-638db680f4c6380bb193da520f29a7c587bfb719.tar.gz
zig-638db680f4c6380bb193da520f29a7c587bfb719.zip
move dll_export_fns and rdynamic to Compilation.Config
Diffstat (limited to 'src/link.zig')
-rw-r--r--src/link.zig2
1 files changed, 0 insertions, 2 deletions
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,