Next: Options for compiling Java code, Previous: General options for compiling target language code, Up: Options for target language compilation [Contents][Index]
--cc compiler-name
Specify which C compiler to use.
--c-optimize
--c-optimise
Enable optimizations by the C compiler.
--c-include-directory directory
--c-include-dir directory
Append directory to the list of directories to be searched for C
header files. Note that if you want to override this list, instead of
appending to it, then you can set the MERCURY_MC_ALL_C_INCL_DIRS
environment variable to a sequence of ‘--c-include-directory’
options.
--cflags <options
Specify options to be passed to the C compiler. These options will not be quoted when passed to the shell.
--cflag option
Specify a single word option to be passed to the C compiler. The word will be quoted when passed to the shell.