Use the Miscellaneous panel to specify compiler options.
The following table lists and describes the various options available on the Miscellaneous panel.
| Option | Description |
|---|---|
| Assembler flags | Specify the flags that need to be passed with the assembler. |
| Enable Assembler Listing | Enables the assembler to create a listing file as it compiles assembly language into object code. |
| Assembler Listing | Displays the listing file. Default: -adhlns="$@.lst" |
| Support ANSI programs (-ansi) | Check this option if you want the assembler to operate in strict ANSI mode. In this mode, the compiler strictly applies the rules of the ANSI/ISO specification to all input files. This setting is equivalent to specifying the - ansi command-line option. The compiler issues a warning for each ANSI/ISO extension it finds. By default this checkbox is clear. The assembler does not operate in strict ANSI mode. |
| Verbose (-v) | Check this option if you want the IDE to show each command-line that it passes to the shell, along with all progress, error, warning, and informational messages that the tools emit. This setting is equivalent to specifying the -v command-line option. By default this checkbox is clear. The IDE displays just error messages that the compiler emits. The IDE suppresses warning and informational messages. |
| Other flags | Specifies the assembler flags. Default: -c -fmessage-length=0 |