diff options
| author | imreallybadatnames™️ <68000899+imreallybadatnames@users.noreply.github.com> | 2025-04-09 16:16:36 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-09 05:16:36 +0000 |
| commit | 7733b5dbe603033a1ed9e8d0146ef7432d5ffd5b (patch) | |
| tree | c8f2ff9bdd944039b012e05ec30ffd7126e75c88 /src/Compilation.zig | |
| parent | 227788e6d5025933d6d70086fb939dcf487fee0a (diff) | |
| download | zig-7733b5dbe603033a1ed9e8d0146ef7432d5ffd5b.tar.gz zig-7733b5dbe603033a1ed9e8d0146ef7432d5ffd5b.zip | |
Merge pull request #23501 from imreallybadatnames/master
Step.Compile: use LtoMode enum for lto option
Diffstat (limited to 'src/Compilation.zig')
| -rw-r--r-- | src/Compilation.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Compilation.zig b/src/Compilation.zig index 9c1117966d..b177a447c1 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -1074,7 +1074,6 @@ pub const CreateOptions = struct { /// executable this field is ignored. want_compiler_rt: ?bool = null, want_ubsan_rt: ?bool = null, - want_lto: ?bool = null, function_sections: bool = false, data_sections: bool = false, time_report: bool = false, |
