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">;
295
295
296
296
def vfsoverlay : P<"vfsoverlay", "Path to a vfsoverlay yaml file to optionally look for /defaultlib's in">;
297
297
298
+ def show_timing : F<"time">,
299
+ HelpText<"Print the time spent in each phase of linking">;
298
300
def time_trace_eq: Joined<["--"], "time-trace=">, MetaVarName<"<file>">,
299
301
HelpText<"Record time trace to <file>">;
300
302
def : Flag<["--"], "time-trace">, Alias<time_trace_eq>,
@@ -315,7 +317,6 @@ def map : F<"map">;
315
317
def map_file : P_priv<"map">;
316
318
def map_info : P<"mapinfo", "Include the specified information in a map file">;
317
319
def print_search_paths : F<"print-search-paths">;
318
- def show_timing : F<"time">;
319
320
def summary : F<"summary">;
320
321
321
322
//==============================================================================
You can’t perform that action at this time.
0 commit comments