phoenix-rtos / libphoenix

Phoenix-RTOS standard library
BSD 3-Clause "New" or "Revised" License
5 stars 16 forks source link

No optimization for armv7m #47

Closed kemonats closed 4 years ago

kemonats commented 4 years ago

I noticed that there is no optimization for armv7m3, m4, m7. Previously it was set to O2

agkaminski commented 4 years ago

It is enabled in phoenix-rtos-build makefile (which is included by libphoenix)

https://github.com/phoenix-rtos/phoenix-rtos-build/blob/f4f07e8e887ae11809f7ba7950e77bb1cf385aa0/Makefile.armv7#L19