From d2e1e840c855a7016ff953a8164389b65cbb5cbe Mon Sep 17 00:00:00 2001 From: JP Cimalando Date: Tue, 30 Jul 2019 19:04:28 +0200 Subject: [PATCH] Skip stripping by default on debug builds --- Makefile.base.mk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.base.mk b/Makefile.base.mk index ea4d0547..69274275 100644 --- a/Makefile.base.mk +++ b/Makefile.base.mk @@ -102,6 +102,11 @@ ifeq ($(MACOS),true) UNIX=true endif +# --------------------------------------------------------------------------------------------------------------------- +# Set debug symbol availability + +SKIP_STRIPPING ?= $(DEBUG) + # --------------------------------------------------------------------------------------------------------------------- # Set build and link flags