Add -dead_strip as a linker option for Mac builds. Bug 300047, r=pinkerton a=bsmedberg

This commit is contained in:
bryner%brianryner.com 2005-07-13 16:43:01 +00:00
Родитель 0893b6fd38
Коммит e759010dda
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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