--code_gen
--no_code_gen
This option enables or disables the generation of object code.
When generation of object code is disabled, the compiler performs syntax-checking only, without creating an object file.
The default is --code_gen.