mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
Tell BSD strip to just strip local & debug symbols rather than all symbols.
This commit is contained in:
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user