strip release binaries

This commit is contained in:
ehouse 2006-02-19 16:07:14 +00:00
parent 788ebda35b
commit 95a7f64eff

View file

@ -117,6 +117,9 @@ memdebug:
$(TARGET) : $(OBJS) $(RESOBJS)
$(CC) $(CFLAGS) $(LFLAGS) -mwindows $^ $(CELIBS) -o $@
ifneq ($(DEBUG),TRUE)
$(STRIP) $@
endif
$(OBJDIR)/%.o : %.c $(INCLUDES)
mkdir -p $(dir $@)