mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Add -show-system-calls flag info to cli usage help
This commit is contained in:
@@ -2020,6 +2020,10 @@ gb_internal void print_show_help(String const arg0, String const &command) {
|
|||||||
print_usage_line(2, "Shows an advanced overview of the timings of different stages within the compiler in milliseconds");
|
print_usage_line(2, "Shows an advanced overview of the timings of different stages within the compiler in milliseconds");
|
||||||
print_usage_line(0, "");
|
print_usage_line(0, "");
|
||||||
|
|
||||||
|
print_usage_line(1, "-show-system-calls");
|
||||||
|
print_usage_line(2, "Prints the whole command and arguments for calls to external tools like linker and assembler");
|
||||||
|
print_usage_line(0, "");
|
||||||
|
|
||||||
print_usage_line(1, "-export-timings:<format>");
|
print_usage_line(1, "-export-timings:<format>");
|
||||||
print_usage_line(2, "Export timings to one of a few formats. Requires `-show-timings` or `-show-more-timings`");
|
print_usage_line(2, "Export timings to one of a few formats. Requires `-show-timings` or `-show-more-timings`");
|
||||||
print_usage_line(2, "Available options:");
|
print_usage_line(2, "Available options:");
|
||||||
|
|||||||
Reference in New Issue
Block a user