Tell BSD strip to just strip local & debug symbols rather than all symbols.

This commit is contained in:
seawood%netscape.com 2001-11-03 05:57:00 +00:00
parent 50e16344bd
commit a5fd64c1c4

@ -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)