home *** CD-ROM | disk | FTP | other *** search
- -arthur }{ Under RISC OS, add the obsolescent Arthur interface library
- -super }{ <c$LibRoot>.o.ArthurLib to the list of libraries to be linked
- with; under SpringBoard add the Brazil supervisor interface
- library \arm\clib\SuperLib.o to the list of libraries
- -list Generate a compilation listing
- -pcc Compile UNIX PCC style C source code
-
- -c Do not link the files being compiled
- -C Prevent the preprocessor from removing comments (Use with -E)
- -D<symbol> Define <symbol> on entry to the compiler
- -E Preprocess the C source code only - do not compile or link it
- -F<options> Enable a selection of compiler defined features
- -g<options> Generate code that may be used with the debugger
- -I<directory> Include <directory> on the #include search path
- -J<directory> Replace the default #include path with <directory>
- -L<libs> Specify a comma-joined list of libraries to be linked with
- instead of the standard library
- -o<file> Instruct the linker to call the object code produced <file>
- -P<options> Generate code to generate 'profile' information
- -S Output ARM assembly code instead of object code
- -U<symbol> Undefine <symbol> on entry to the compiler
- -W<options> Disable all or selected warning and error messages
-