xmos / fwk_voice

Voice Framework
Other
11 stars 19 forks source link

-g option no longer in compiler flags #244

Closed ed-xmos closed 2 years ago

ed-xmos commented 2 years ago

-g allows source level debugging of the objects and so is useful. It disappeared when -Os did (which has now been fixed). We should add it back in. It has no effect on the flash binary size/performance

Related to https://github.com/xmos/sw_avona/issues/238