DeviationTX / deviation

Custom firmware for RC Transmitters
http://www.deviationtx.com
GNU General Public License v3.0
251 stars 156 forks source link

Support LTO build #770

Closed howard0su closed 5 years ago

howard0su commented 5 years ago

For any non-modular build Tx, you can use the following command to build Tx with LTO enabled: ENABLE_LTO=1 make -j4 XXXXXXX.

LTO is enabled for devo7e by default.

PhracturedBlue commented 5 years ago

what about libopencm3 lto?

howard0su commented 5 years ago

what about libopencm3 lto?

I would wait for libopencm3 to update to LTO.