nhc13 compile-time optionsnhc13 is a script which calls (if necessary) in turn, the C preprocessor, the GreenCard preprocessor, the compiler proper, the C compiler, the assembler, and finally the linker. You can control these stages using environment variables and flags. |
|
File arguments.
Environment variables.
|
Flags.
|
|
The following flags can be passed to the nhc13 compiler proper. Occasionally a compiler option-name may conflict with (for instance) a linker option-name. To be sure that compiler options are parsed correctly, it is best to enclose them between +CTS and -CTS. In general, the default value of an option is "off" (except where noted), and using the flag turns the option on. Where the default value is "on", an option can be turned off by prefixing the flag with no: for instance -zap is usually on by default, but -nozap will turn it off. |
|
Options to change the usual compilation behaviour.
|
Options to examine the internal progress of the compiler, stage by stage.
|
|
The latest updates to these pages are available on the WWW from http://www.cs.york.ac.uk/fp/nhc13/
1998.06.18 |