Changed 'relwithdebinfo' debug option to more memorable name. (#5690)

This commit is contained in:
Michael Keller 2018-04-16 23:08:33 +12:00 committed by GitHub
parent c3a534f800
commit f53d79d13f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ OPTIMISE_DEFAULT := -Og
LTO_FLAGS := $(OPTIMISE_DEFAULT) LTO_FLAGS := $(OPTIMISE_DEFAULT)
DEBUG_FLAGS = -ggdb3 -DDEBUG DEBUG_FLAGS = -ggdb3 -DDEBUG
else else
ifeq ($(DEBUG),RELWITHDEBINFO) ifeq ($(DEBUG),INFO)
DEBUG_FLAGS = -ggdb3 DEBUG_FLAGS = -ggdb3
endif endif
OPTIMISATION_BASE := -flto -fuse-linker-plugin -ffast-math OPTIMISATION_BASE := -flto -fuse-linker-plugin -ffast-math