From a5bf7df40acb14c0386048febb29023436b65c34 Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Sat, 28 Feb 2009 17:14:35 +0100 Subject: [PATCH] added stripping of igit.exe --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index dc3882d7bc..75e2f2c395 100644 --- a/Makefile +++ b/Makefile @@ -1461,6 +1461,7 @@ igit.o: igit.c GIT-CFLAGS igit: igit.o $(IGIT_OBJS) $(GITLIBS) $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ igit.o \ $(IGIT_OBJS) $(ALL_LDFLAGS) $(LIBS) + $(STRIP) $(STRIP_OPTS) igit.exe cp igit.exe "/c/Program Files/Git/bin/." ### Detect prefix changes -- 2.11.4.GIT