mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Changed 'relwithdebinfo' debug option to more memorable name. (#5690)
This commit is contained in:
parent
c3a534f800
commit
f53d79d13f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -120,7 +120,7 @@ OPTIMISE_DEFAULT := -Og
|
|||
LTO_FLAGS := $(OPTIMISE_DEFAULT)
|
||||
DEBUG_FLAGS = -ggdb3 -DDEBUG
|
||||
else
|
||||
ifeq ($(DEBUG),RELWITHDEBINFO)
|
||||
ifeq ($(DEBUG),INFO)
|
||||
DEBUG_FLAGS = -ggdb3
|
||||
endif
|
||||
OPTIMISATION_BASE := -flto -fuse-linker-plugin -ffast-math
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue