blob: 5a95a8e6c3e5148a014f2d9a1f55dbb16df1a270 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
MOZ_AUTOMATION_BUILD_SYMBOLS=0
# Developers often build with these options for a better debugging experience.
. "$topsrcdir/browser/config/mozconfigs/macosx64/debug"
ac_add_options --target=aarch64-apple-darwin
# We add this last to guard against inadvertent changes in the debug config.
# It may conflict with settings from mozconfig.override, but that seems
# unlikely.
ac_add_options --disable-optimize
|