diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-2393237A-E60F-5556-8657-B0AA6470225C.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-2393237A-E60F-5556-8657-B0AA6470225C.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,21 @@ + + + + + +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, GCCE for +GCCE, and MSVC for MS Visual C++.

+

The following statement turns warnings off in CodeWarrior +builds.

OPTION CW -w off
+
\ No newline at end of file