xDg

git clone git://xatko.vsos.ethz.ch/xDg.git
Log | Files | Refs

commit 8697c6ceec77fb70cb4623254b343f4b4c3836c5
parent ea3eefbff43869e3b84abbb551d562bb41b7cbc3
Author: Dominik Schmidt <dominik@schm1dt.ch>
Date:   Mon, 15 Mar 2021 21:54:33 +0100

Try to strip the binary after building

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -15,6 +15,7 @@ all: shared static xdg-open xdg-open: src/open.o lib$(TARGET).a $(DMD) $(_DFLAGS) $(RELEASE) -of$@ $^ + strip $@ || true shared: lib$(TARGET)-debug.so lib$(TARGET).so static: lib$(TARGET)-debug.a lib$(TARGET).a