File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Short options:
61
61
-Os Inline some standard functions
62
62
-T Include source as comment
63
63
-V Print the compiler version number
64
- -W warning[,...] Suppress warnings
64
+ -W [-+] warning[,...] Control warnings ('-' disables, '+' enables)
65
65
-d Debug mode
66
66
-g Add debug info to object file
67
67
-h Help (this text)
@@ -84,8 +84,9 @@ Long options:
84
84
--create-full-dep name Create a full make dependency file
85
85
--data-name seg Set the name of the DATA segment
86
86
--debug Debug mode
87
+ --debug-tables name Write symbol table debug info to a file
87
88
--debug-info Add debug info to object file
88
- --debug-opt name Configure optimizations with a file
89
+ --debug-opt name Debug optimization steps
89
90
--debug-opt-output Debug output of each optimization step
90
91
--dep-target target Use this dependency target
91
92
--disable-opt name Disable an optimization step
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ static void Usage (void)
91
91
" -Os\t\t\t\tInline some standard functions\n"
92
92
" -T\t\t\t\tInclude source as comment\n"
93
93
" -V\t\t\t\tPrint the compiler version number\n"
94
- " -W warning[,...]\t\tSuppress warnings\n"
94
+ " -W [-+] warning[,...]\t\tControl warnings ('-' disables, '+' enables) \n"
95
95
" -d\t\t\t\tDebug mode\n"
96
96
" -g\t\t\t\tAdd debug info to object file\n"
97
97
" -h\t\t\t\tHelp (this text)\n"
You can’t perform that action at this time.
0 commit comments