mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 17:37:30 +09:00
21 lines
588 B
Text
21 lines
588 B
Text
. "$topsrcdir/browser/config/mozconfigs/macosx-universal/common-opt"
|
|
|
|
ac_add_options --disable-install-strip
|
|
ac_add_options --enable-verify-mar
|
|
|
|
ac_add_options --enable-instruments
|
|
|
|
# Cross-universal builds fail when dtrace is enabled
|
|
if test `uname -s` != Linux; then
|
|
ac_add_options --enable-dtrace
|
|
fi
|
|
|
|
if test "${MOZ_UPDATE_CHANNEL}" = "nightly"; then
|
|
ac_add_options --with-macbundlename-prefix=Firefox
|
|
fi
|
|
|
|
ac_add_options --with-branding=browser/branding/nightly
|
|
|
|
. "$topsrcdir/build/mozconfig.rust"
|
|
. "$topsrcdir/build/mozconfig.common.override"
|
|
. "$topsrcdir/build/mozconfig.cache"
|