BastliBridge

A bot framework bridgin multiple IM protocols, and mail
git clone git://xatko.vsos.ethz.ch/BastliBridge.git
Log | Files | Refs | Submodules

commit 212aba01662bd709f7d42c74d30df88ab0a37aed
parent a793c7e0802a2a792c7ceed2026bffb6602ffc72
Author: Dominik Schmidt <das1993@hotmail.com>
Date:   Sun, 24 Sep 2017 00:20:27 +0200

Don't strip debug binaries

Diffstat:
Makefile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -18,7 +18,6 @@ $(TARGET): $(patsubst %.d, %.o, $(SRC)) strip -s $@ $(TARGET)-debug: $(patsubst %.d, %-debug.o, $(SRC)) $(DMD) $^ $(_DFLAGS) $(DEBUG) -of$@ - strip --only-keep-debug $@ %.o:%.d $(DMD) $(_DFLAGS) $(RELEASE) -c -of$@ $<