diff --git a/Makefile.gtest b/Makefile.gtest index f973ff2..64d778b 100644 --- a/Makefile.gtest +++ b/Makefile.gtest @@ -46,9 +46,6 @@ lib/$(SYSTEM)/$(GTEST.STATIC): $(GTEST.OBJS) ifneq ($(RANLIB),) $(LOG_RANLIB)$(RANLIB) $@ endif -ifneq ($(STRIP),) - $(LOG_STRIP)$(STRIP) -x $@ -endif endif endif