From 313a11a974cc1fe55862282c5456d3ddbfbeb0b9 Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" Date: Sat, 3 Nov 2001 05:57:04 +0000 Subject: [PATCH] Tell BSD strip to just strip local & debug symbols rather than all symbols. git-svn-id: svn://10.0.0.236/trunk@107226 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/configure.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/configure.in b/mozilla/configure.in index 9c292e547ef..c6d5bd8e212 100644 --- a/mozilla/configure.in +++ b/mozilla/configure.in @@ -603,6 +603,7 @@ case "$target" in DSO_LDOPTS='-compatibility_version 1 -current_version 1' MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_LDOPTS) -o $@' MKCSHLIB='$(CC) $(CFLAGS) $(DSO_LDOPTS) -o $@' + STRIP="$STRIP -x -S" case "${target_cpu}" in powerpc*) AC_DEFINE(NO_X11)