--data-name seg Set the name of the DATA segment
--debug Debug mode
--debug-info Add debug info to object file
+ --forget-inc-paths Forget include search paths
--help Help (this text)
--include-dir dir Set an include directory search path
--register-space b Set space available for register variables
--target sys Set the target system
--verbose Increase verbosity
--version Print the compiler version number
+ --writable-strings Make string literals writable
---------------------------------------------------------------------------
</verb></tscreen>
is defined to the value "1".
+ <tag><tt>--forget-inc-paths</tt></tag>
+
+ Forget the builtin include paths. This is most useful when building
+ customized C or runtime libraries, in which case the standard header
+ files should be ignored.
+
+
<tag><tt>-g, --debug-info</tt></tag>
This will cause the compiler to insert a <tt/.DEBUGINFO/ command into the
or warnings are encountered.
+ <tag><tt>--writable-strings</tt></tag>
+
+ Make string literals writable by placing them into the data segment instead
+ of the rodata segment.
+
+
<tag><tt>-Cl, --static-locals</tt></tag>
Use static storage for local variables instead of storage on the stack.