This page was last modified 06:27, 25 September 2007.
Changing the GCC-E optimization level to speed up your application
From Forum Nokia Wiki
Following are the major changes that have to be done :
1> Go to the following path
C:\Symbian\9.1\S60_3rd\Epoc32\tools\compilation_config
OR
$(EPOCROOT)\tools\compilation_config
2> Open the gcce.mk file
search for the following lines
#--------------------- # Release Mode Options #--------------------- # Optimization Level in RELEASE mode REL_OPTIMISATION=
Edit the above line as
REL_OPTIMISATION= -O2 -fno-unit-at-a-time
Also you can add the following line in the .MMP file
YourApp.mmp // This tells the compiler to trim huge binaries OPTION GCCE -O2 -fno-unit-at-a-time
For more information on GCCE optimization please visit :
GCCE optimization option
External Links
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Memory Speed | nexis2600 | General Symbian C++ | 1 | 2004-03-05 16:18 |
| Regarding to High-level UI of MIDP1.0/2.0 | michelleNguyen711 | Mobile Java Media (Graphics & Sounds) | 1 | 2008-01-02 19:31 |
| 1 Frozen Export(s) missing from object files | sbleriot | General Symbian C++ | 21 | 2008-09-05 13:56 |
| C++ is abused by symbian | polyfemos | General Symbian C++ | 7 | 2003-06-10 13:53 |
| class that can interact with OSI level 2, 3 and 4 components | shangoo | General Symbian C++ | 1 | 2003-09-25 13:54 |
