|
1 . "$topsrcdir/b2g/config/mozconfigs/common" |
|
2 . $topsrcdir/build/macosx/mozconfig.common |
|
3 |
|
4 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL} |
|
5 ac_add_options --enable-update-packaging |
|
6 ac_add_options --enable-signmar |
|
7 |
|
8 # Nightlies only since this has a cost in performance |
|
9 ac_add_options --enable-js-diagnostics |
|
10 |
|
11 # Needed to enable breakpad in application.ini |
|
12 export MOZILLA_OFFICIAL=1 |
|
13 |
|
14 export MOZ_TELEMETRY_REPORTING=1 |
|
15 |
|
16 #ac_add_options --with-macbundlename-prefix=Firefox |
|
17 |
|
18 # Treat warnings as errors in directories with FAIL_ON_WARNINGS. |
|
19 ac_add_options --enable-warnings-as-errors |
|
20 |
|
21 # B2G Stuff |
|
22 ac_add_options --enable-application=b2g |
|
23 ac_add_options --enable-debug-symbols |
|
24 ac_add_options --enable-debug |
|
25 ac_add_options --with-ccache |
|
26 ENABLE_MARIONETTE=1 |
|
27 |
|
28 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP |
|
29 |
|
30 GAIADIR=$topsrcdir/gaia |
|
31 |
|
32 . "$topsrcdir/b2g/config/mozconfigs/common.override" |