Add -ferror-tracing and -fno-error-tracing compile options

This commit is contained in:
AdamGoertz
2023-02-13 09:23:13 -05:00
committed by GitHub
parent 5894be94c8
commit c8dc00086e
3 changed files with 13 additions and 3 deletions

View File

@@ -906,7 +906,7 @@ pub fn standardOptimizeOption(self: *Build, options: StandardOptimizeOptionOptio
return self.option(
std.builtin.Mode,
"optimize",
"prioritize performance, safety, or binary size (-O flag)",
"Prioritize performance, safety, or binary size (-O flag)",
) orelse .Debug;
}
}