STM32: LTO disabled by default

This commit is contained in:
Pavel Kirienko 2014-04-11 13:23:41 +04:00
parent 46e9aeb1a6
commit 1fbd6c2cdd

View File

@ -43,6 +43,6 @@ SERIAL_CLI_PORT_NUMBER = 2
RELEASE_OPT = -Os -fomit-frame-pointer
DEBUG_OPT = -Os -g3
USE_OPT = -flto
#USE_OPT = -flto
include crdr_chibios/rules_stm32f105_107.mk