The Makefile now strips the release library to make it smaller

This commit is contained in:
Elias Naur 2002-11-22 09:40:18 +00:00
parent 1019ebb695
commit 5c927942b5
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@ liblwjgl_d.so: $(LIBOBJS)
liblwjgl.so: $(LIBOBJS)
$(LINK) -shared -o $@ $^ $(LINKOPTS)
strip $@
cp $@ ../../../bin/
.SUFFIXES: .cpp .so .o .java .h .class .c