Differences beetwen ARMI and GCCE

Login to reply to this topic.
Tue, 2007-08-21 14:52
Joined: 2006-06-27
Forum posts: 34

Why size of the object code which was created by 'abld build gcce urel' for Symbian9 more in 2-2,5 times than object code that built by 'abld build armi urel' for symbian7-8?
Thanx


Tue, 2007-08-21 17:26
NewLC AdministratorSymbian AccreditedForum Nokia Champion
Joined: 2003-01-14
Forum posts: 2006
Re: Differences beetwen ARMI and GCCE

You can add the following line to your MMP file to reduce the code size and make GCCE code closer (as far as size is concerned) to the ARMI code :

OPTION GCCE -O2 -fno-unit-at-a-time


Eric Bustarret
NewLC Founder & CEO / Professional Symbian OS Consultant

Tue, 2007-08-21 18:46
Joined: 2006-06-27
Forum posts: 34
Re: Differences beetwen ARMI and GCCE

It's great, now my apllication built for Series60v3 have a normal size that is similar to size of application for Series60V2.
Eric, thank you very much!

  • Login to reply to this topic.