Next: , Up: Options for target language compilation   [Contents][Index]


9.21.1 General options for compiling target language code


--target-debug
--c-debug
--java-debug

Enable debugging of the generated target code. If the target language is C, this has the same effect as ‘--c-debug’ (see below). If the target language is C#, this causes the compiler to pass /debug to the C# compiler.


--no-warn-target-code

Disable warnings from the compiler (which may be e.g. gcc) that processes the target code generated by mmc.