Bug 813526 - Remove flags from STRIP in in-tree mozconfigs. r=khuey

--HG--
extra : rebase_source : d07008f6450a997d61b3444e54e9e2c54b4de34d
This commit is contained in:
Mike Hommey 2012-12-05 09:21:24 +01:00
parent 41dacf105f
commit 30ed240989
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ RANLIB=ranlib
AR=ar
AS=$CC
LD=ld
STRIP="strip -x -S"
STRIP="strip"
MOZ_CAN_RUN_PROGRAMS=1

View File

@ -39,7 +39,7 @@ if test "$MOZ_BUILD_APP" = "i386" -o "$MOZ_BUILD_APP" = "x86_64"; then
AR=ar
AS=$CC
LD=ld
STRIP="strip -x -S"
STRIP="strip"
# Let configure know that we mean business.
if test "$NATIVE_CPU" != "$TARGET_CPU" ; then