energia / Energia

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

Energia 13 Release disables optimization for all ARM #471

Closed spirilis closed 9 years ago

spirilis commented 9 years ago

Looks like the -O0 option used for testing cc3200 made its way into the production release, and all ARM Cortex platforms now build with -O0, including lm4f, tm4c123, tm4c129 and cc3200.

See http://forum.43oh.com/topic/5876-energia-0101e0013-how-turn-on-optimization-for-tivacc3200/

robertinant commented 9 years ago

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 9 years ago

For a nightly build,

spirilis commented 9 years ago

Robert provided a rebuild copy of the "pde.jar" Java code for the IDE- see http://forum.43oh.com/topic/5876-energia-0101e0013-how-turn-on-optimization-for-tivacc3200/?p=51199