UIQ Technology
Symbian OS Library

UIQ 3.1 SDK        UIQ developer portal

[Index] [Spacer] [Previous] [Next]



option

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++.

Example

The following statement turns warnings off in CodeWarrior builds.

OPTION CW -w off