summaryrefslogtreecommitdiffstats
path: root/browser/config/mozconfigs/macosx64/debug
diff options
context:
space:
mode:
Diffstat (limited to 'browser/config/mozconfigs/macosx64/debug')
-rw-r--r--browser/config/mozconfigs/macosx64/debug13
1 files changed, 13 insertions, 0 deletions
diff --git a/browser/config/mozconfigs/macosx64/debug b/browser/config/mozconfigs/macosx64/debug
new file mode 100644
index 0000000000..de193b05c1
--- /dev/null
+++ b/browser/config/mozconfigs/macosx64/debug
@@ -0,0 +1,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"