Page 1 of 1

Optimisation level gcc compiler

Posted: Thu Feb 25, 2016 12:24 pm
by edhowork
Which optimisation levels are supported by the Telecom Design libraries. All examples are delivered with optimisation off.

Re: Optimisation level gcc compiler

Posted: Tue Aug 09, 2016 8:05 am
by mstempin
All libraries are delivered in 2 different compilation configuration: "Debug" and "Release", for each target board.

The "Debug" compilation configuration uses the "-O0 (none)" optimization level, whereas the "Release" configuration uses the "-Os (size)" optimization level.