energia / Energia

Fork of Arduino for the Texas Instruments LaunchPad's
http://energia.nu
Other
794 stars 672 forks source link

Release 13 significantly expands code size. #468

Closed RobertCarlRice closed 10 years ago

RobertCarlRice commented 10 years ago

Upgrading to release 13 I notice that my sketch code size expands about 30 kB for 77 kB to 107 kB. I have not analyzed this further to determine what additional libraries are being drawn into my sketch.

rei-vilo commented 10 years ago

With which board please?

RobertCarlRice commented 10 years ago

Using the EX-TM4C1294XL Tiva C Series Connected Launchpad.

On Sep 15, 2014, at 9:35 PM, Rei Vilo notifications@github.com wrote:

With which board please?

— Reply to this email directly or view it on GitHub https://github.com/energia/Energia/issues/468#issuecomment-55684010.

spirilis commented 10 years ago

This might be related to issue #471 ... looks like a test option (-O0) made its way into the production release; should have been -Os. Unfortunately I don't know of any way to change this, as I believe it's baked into the Energia Java IDE build itself.

robertinant commented 10 years ago

See issue #471: "The -O0 slipped into the repository by mistake. This has been fixed with commit 5eacc93. Unfortunately the fix is in the IDE so can not easily be applied to your local version. There will be a bug fix release in about 5 weeks."

rei-vilo commented 10 years ago

Duplicate. See #471