diff options
| author | Lee Cannon <leecannon@leecannon.xyz> | 2020-12-20 21:41:00 +0000 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-01-11 22:07:14 -0700 |
| commit | 8932c2d7456fc86b9e92c7976cedcce798caef1a (patch) | |
| tree | f1a592127ee02e182eead556b6946b13a7d55edb /src/link.zig | |
| parent | 56c03881ebd8617e6506bfad01bf9cfdd4d3df7e (diff) | |
| download | zig-8932c2d7456fc86b9e92c7976cedcce798caef1a.tar.gz zig-8932c2d7456fc86b9e92c7976cedcce798caef1a.zip | |
Added support for no red zone
Diffstat (limited to 'src/link.zig')
| -rw-r--r-- | src/link.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/link.zig b/src/link.zig index ffb69adee9..04cfce99ab 100644 --- a/src/link.zig +++ b/src/link.zig @@ -77,6 +77,7 @@ pub const Options = struct { valgrind: bool, tsan: bool, stack_check: bool, + no_red_zone: bool, single_threaded: bool, verbose_link: bool, dll_export_fns: bool, |
