Browse Source

Skip stripping by default on debug builds

pull/160/head
JP Cimalando 6 years ago
parent
commit
d2e1e840c8
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      Makefile.base.mk

+ 5
- 0
Makefile.base.mk View File

@@ -102,6 +102,11 @@ ifeq ($(MACOS),true)
UNIX=true
endif

# ---------------------------------------------------------------------------------------------------------------------
# Set debug symbol availability

SKIP_STRIPPING ?= $(DEBUG)

# ---------------------------------------------------------------------------------------------------------------------
# Set build and link flags



Loading…
Cancel
Save