Merge pull request #23501 from imreallybadatnames/master
Step.Compile: use LtoMode enum for lto option
This commit is contained in:
committed by
GitHub
parent
227788e6d5
commit
7733b5dbe6
@@ -771,7 +771,7 @@ pub const Object = struct {
|
||||
time_report: bool,
|
||||
sanitize_thread: bool,
|
||||
fuzz: bool,
|
||||
lto: Compilation.Config.LtoMode,
|
||||
lto: std.zig.LtoMode,
|
||||
};
|
||||
|
||||
pub fn emit(o: *Object, options: EmitOptions) error{ LinkFailure, OutOfMemory }!void {
|
||||
|
||||
Reference in New Issue
Block a user