From f53d79d13fc44b0222807f320c06afdc8faaf52e Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Mon, 16 Apr 2018 23:08:33 +1200 Subject: [PATCH] Changed 'relwithdebinfo' debug option to more memorable name. (#5690) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e1dd4af378..b0fe0557d8 100644 --- a/Makefile +++ b/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