Next: Options for compiling Java code, Previous: General options for compiling target language code, Up: Options for target language compilation [Contents][Index]
--cc compiler-nameSpecify which C compiler to use.
--c-optimize--c-optimiseEnable optimizations by the C compiler.
Optimization levels 1 to 6 automatically set –c-optimize.
--c-include-directory directory--c-include-dir directoryAppend 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 <optionsSpecify options to be passed to the C compiler. These options will not be quoted when passed to the shell.
--cflag optionSpecify a single word option to be passed to the C compiler. The word will be quoted when passed to the shell.