|
1 # This file is sourced by the nightly, beta, and release mozconfigs. |
|
2 |
|
3 . $topsrcdir/build/macosx/universal/mozconfig |
|
4 |
|
5 # Universal builds override the default of browser (bug 575283 comment 29) |
|
6 ac_add_options --enable-application=browser |
|
7 |
|
8 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL} |
|
9 ac_add_options --enable-update-packaging |
|
10 ac_add_options --with-google-api-keyfile=/builds/gapi.data |
|
11 |
|
12 # Needed to enable breakpad in application.ini |
|
13 export MOZILLA_OFFICIAL=1 |
|
14 |
|
15 export MOZ_TELEMETRY_REPORTING=1 |
|
16 |
|
17 # Treat warnings as errors in directories with FAIL_ON_WARNINGS. |
|
18 ac_add_options --enable-warnings-as-errors |
|
19 |
|
20 # Package js shell. |
|
21 export MOZ_PACKAGE_JSSHELL=1 |