diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2023-12-13 00:50:24 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-12-13 11:28:42 -0800 |
| commit | 225fe6ddbfae016395762850e0cd5c51f9e7751c (patch) | |
| tree | 6af50dcc12e3eb85d913e63f59eec286bc29a4cf /src/link.zig | |
| parent | 4574dea13a4b1d38c97fe73c257d895f605b78ca (diff) | |
| download | zig-225fe6ddbfae016395762850e0cd5c51f9e7751c.tar.gz zig-225fe6ddbfae016395762850e0cd5c51f9e7751c.zip | |
Compilation: remove parent_compilation_link_libc
This option is not needed since the link_libc flag can be set directly
when creating compiler_rt.
This fixes a problem where an immutable flag was being mutated in Sema.
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/link.zig b/src/link.zig index 45906109ef..12b9c58d9b 100644 --- a/src/link.zig +++ b/src/link.zig @@ -184,7 +184,6 @@ pub const Options = struct { dll_export_fns: bool, error_return_tracing: bool, skip_linker_dependencies: bool, - parent_compilation_link_libc: bool, each_lib_rpath: bool, build_id: BuildId, disable_lld_caching: bool, |
