GCC Command-Line Options - The Official TIGCC Site
tigcc.ticalc.org/doc/comopts.htmlOptions Controlling C Dialect. The following options control the dialect of C that the compiler accepts:-ansi. Support all ISO C89 programs. This turns off certain features of GCC that are incompatible with ISO C89, such as the asm and typeof keywords, and some predefined macros that identify the type of system you are using. It also enables the undesirable and rarely used …
Option Index (Using the GNU Compiler Collection (GCC))
gcc.gnu.org › onlinedocs › gccOptimize Options: frecord-gcc-switches: Code Gen Options: free: Optimize Options: freg-struct-return: Code Gen Options: frename-registers: Optimize Options: freorder-blocks: Optimize Options: freorder-blocks-algorithm: Optimize Options: freorder-blocks-and-partition: Optimize Options: freorder-functions: Optimize Options: freplace-objc-classes:
Option Summary (Using the GNU Compiler Collection (GCC))
gcc.gnu.org › onlinedocs › gcc-g -glevel-gdwarf -gdwarf-version-gbtf -gctf -gctflevel-ggdb -grecord-gcc-switches -gno-record-gcc-switches -gstabs -gstabs+ -gstrict-dwarf -gno-strict-dwarf -gas-loc-support -gno-as-loc-support -gas-locview-support -gno-as-locview-support -gcolumn-info -gno-column-info -gdwarf32 -gdwarf64 -gstatement-frontiers -gno-statement-frontiers -gvariable-location-views -gno-variable-location-views -ginternal-reset-location-views -gno-internal-reset-location-views -ginline-points -gno-inline-points ...
GCC Command-Line Options
tigcc.ticalc.org › doc › comoptsM680x0 Target Options -mno-bss. Output all uninitialized global or static variables as normal data with zero content. Note that this leads to... -mlong. Consider type int to be 32 bits wide, like long int . The '-mshort' option is enabled by default in TIGCC; the... -mno-tios. Again, this is the ...