mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-05 05:30:29 +00:00
Bug 813526 - Remove flags from STRIP in in-tree mozconfigs. r=khuey
--HG-- extra : rebase_source : d07008f6450a997d61b3444e54e9e2c54b4de34d
This commit is contained in:
parent
41dacf105f
commit
30ed240989
@ -12,7 +12,7 @@ RANLIB=ranlib
|
||||
AR=ar
|
||||
AS=$CC
|
||||
LD=ld
|
||||
STRIP="strip -x -S"
|
||||
STRIP="strip"
|
||||
|
||||
MOZ_CAN_RUN_PROGRAMS=1
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user