mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Changed back to using -Ofast optimisation
This commit is contained in:
parent
5852e99998
commit
c190c55ce3
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -933,7 +933,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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue