summaryrefslogtreecommitdiffstats
path: root/browser/config/mozconfigs/macosx64/debug
blob: de193b05c1de1b111f8ffa659524a8ffb52ffd70 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
. $topsrcdir/build/macosx/mozconfig.common

ac_add_options --enable-debug

# Needed to enable breakpad in application.ini
export MOZILLA_OFFICIAL=1

# Package js shell.
export MOZ_PACKAGE_JSSHELL=1

ac_add_options --with-branding=browser/branding/nightly

. "$topsrcdir/build/mozconfig.common.override"