Disable stripping in debug-mode builds

This commit is contained in:
Nigel Stewart 2021-08-29 18:21:18 +10:00
parent 715afa0ff5
commit a8459ed2e3

View File

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