Disable stripping in debug-mode builds

This commit is contained in:
Nigel Stewart 2021-08-29 18:21:18 +10:00
parent 9e6361b357
commit 037635a192

View File

@ -76,6 +76,7 @@ DOS2UNIX ?= dos2unix -q
ifneq (,$(filter debug,$(MAKECMDGOALS)))
OPT = -g
STRIP :=
else
OPT = $(POPT)
endif