From 5c927942b5a5a1717ce6ace0683233a5832aa33f Mon Sep 17 00:00:00 2001 From: Elias Naur Date: Fri, 22 Nov 2002 09:40:18 +0000 Subject: [PATCH] The Makefile now strips the release library to make it smaller --- src/native/linux/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/native/linux/Makefile b/src/native/linux/Makefile index 6417cee6..d45137d6 100644 --- a/src/native/linux/Makefile +++ b/src/native/linux/Makefile @@ -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