Command-Line Options for Object Code
This chapter explains the following command-line options for object code:
-c
Instructs the compiler to compile but not invoke the linker to link the object code.
-codegen
Instructs the compiler to compile without generating object code.
-enum
Specifies the default size for enumeration types.
-min_enum_size
Specifies the size, in bytes, of enumerated types.
-ext
Specifies which file name extension to apply to object files.
-strings
Controls how string literals are stored and used.