2012-09-05 12:09:50 -07:00
|
|
|
. $topsrcdir/build/macosx/mozconfig.common
|
2011-12-08 09:32:18 -08:00
|
|
|
|
2011-07-05 13:49:22 -07:00
|
|
|
ac_add_options --enable-debug
|
|
|
|
ac_add_options --enable-trace-malloc
|
|
|
|
ac_add_options --enable-accessibility
|
2012-02-28 10:58:42 -08:00
|
|
|
ac_add_options --enable-signmar
|
2011-07-05 13:49:22 -07:00
|
|
|
|
|
|
|
# Needed to enable breakpad in application.ini
|
|
|
|
export MOZILLA_OFFICIAL=1
|
2011-10-27 10:27:56 -07:00
|
|
|
|
|
|
|
ac_add_options --with-macbundlename-prefix=Firefox
|
2012-01-06 09:17:44 -08:00
|
|
|
|
|
|
|
# Treat warnings as errors in directories with FAIL_ON_WARNINGS.
|
|
|
|
ac_add_options --enable-warnings-as-errors
|
2012-03-12 05:23:16 -07:00
|
|
|
|
|
|
|
# Package js shell.
|
|
|
|
export MOZ_PACKAGE_JSSHELL=1
|
2012-09-05 12:10:21 -07:00
|
|
|
|
|
|
|
. "$topsrcdir/build/mozconfig.common.override"
|