Changed back to using -Ofast optimisation

This commit is contained in:
Martin Budden 2017-01-25 18:49:32 +00:00 committed by borisbstyle
parent c1e84c1bfd
commit ae9fc8a58d
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 := -O3
OPTIMISE_SPEED := -Ofast
OPTIMISE_SIZE := -Os
LTO_FLAGS := $(OPTIMISATION_BASE) $(OPTIMISE_SPEED)