File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -295,6 +295,8 @@ def wrap : P_priv<"wrap">;
295295
296296def vfsoverlay : P<"vfsoverlay", "Path to a vfsoverlay yaml file to optionally look for /defaultlib's in">;
297297
298+ def show_timing : F<"time">,
299+ HelpText<"Print the time spent in each phase of linking">;
298300def time_trace_eq: Joined<["--"], "time-trace=">, MetaVarName<"<file>">,
299301 HelpText<"Record time trace to <file>">;
300302def : Flag<["--"], "time-trace">, Alias<time_trace_eq>,
@@ -315,7 +317,6 @@ def map : F<"map">;
315317def map_file : P_priv<"map">;
316318def map_info : P<"mapinfo", "Include the specified information in a map file">;
317319def print_search_paths : F<"print-search-paths">;
318- def show_timing : F<"time">;
319320def summary : F<"summary">;
320321
321322//==============================================================================
You can’t perform that action at this time.
0 commit comments