зеркало из https://github.com/mozilla/gecko-dev.git
Add -dead_strip as a linker option for Mac builds. Bug 300047, r=pinkerton a=bsmedberg
This commit is contained in:
Родитель
0893b6fd38
Коммит
e759010dda
|
@ -1290,6 +1290,7 @@ case "$target" in
|
|||
DLL_SUFFIX=".dylib"
|
||||
DSO_LDOPTS=''
|
||||
STRIP="$STRIP -x -S"
|
||||
MOZ_OPTIMIZE_LDFLAGS="-Wl,-dead_strip"
|
||||
case "${target_cpu}" in
|
||||
powerpc*)
|
||||
_PLATFORM_DEFAULT_TOOLKIT='mac'
|
||||
|
|
Загрузка…
Ссылка в новой задаче