|
|
|
option
keyword
compiler-options
Use the option statement to specify additional compiler
options.
keyword specifies the compiler. Possible values
are ARMCC for ARM RVCT, CW for CodeWarrior,
GCC for GCC, and MSVC for MS Visual C++.
The following statement turns warnings off in CodeWarrior builds.
OPTION CW -w off