Reviewed and revised compiler speed optimisations

This commit is contained in:
Martin Budden 2017-01-24 22:38:36 +00:00 committed by borisbstyle
parent 7e76dc80a4
commit 7521cd0fcb
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ LTO_FLAGS := $(OPTIMISATION_BASE) $(OPTIMISE_DEFAULT)
else ifeq ($(TARGET),$(filter $(TARGET),$(F3_TARGETS)))
OPTIMISE_DEFAULT := -O2
OPTIMISE_SPEED := -Ofast
OPTIMISE_SPEED := -O3
OPTIMISE_SIZE := -Os
LTO_FLAGS := $(OPTIMISATION_BASE) $(OPTIMISE_SPEED)