From a9082b4ec51debdbffc20b56e9b37cb82dd04750 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 26 Sep 2020 22:37:19 -0700 Subject: stage2: add CLI support for --subsystem --- src/link.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/link.zig') diff --git a/src/link.zig b/src/link.zig index b90dce9766..a0372da4a1 100644 --- a/src/link.zig +++ b/src/link.zig @@ -77,6 +77,7 @@ pub const Options = struct { disable_lld_caching: bool, gc_sections: ?bool = null, allow_shlib_undefined: ?bool = null, + subsystem: ?std.Target.SubSystem = null, linker_script: ?[]const u8 = null, version_script: ?[]const u8 = null, override_soname: ?[]const u8 = null, -- cgit v1.2.3