2011-12-08 09:32:18 -08:00
|
|
|
. $topsrcdir/build/macosx/common
|
|
|
|
|
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
|
2012-06-14 11:38:31 -07:00
|
|
|
ENABLE_MARIONETTE=1
|
2011-07-05 13:49:22 -07:00
|
|
|
|
|
|
|
# Enable parallel compiling
|
2012-04-10 12:21:22 -07:00
|
|
|
mk_add_options MOZ_MAKE_FLAGS="-j12"
|
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
|