|
1 . "$topsrcdir/b2g/config/mozconfigs/common" |
|
2 |
|
3 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL} |
|
4 ac_add_options --enable-update-packaging |
|
5 ac_add_options --enable-jemalloc |
|
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 if test "$PROCESSOR_ARCHITECTURE" = "AMD64" -o "$PROCESSOR_ARCHITEW6432" = "AMD64"; then |
|
17 . $topsrcdir/build/win32/mozconfig.vs2010-win64 |
|
18 else |
|
19 . $topsrcdir/build/win32/mozconfig.vs2010 |
|
20 fi |
|
21 |
|
22 # B2G Options |
|
23 ac_add_options --enable-application=b2g |
|
24 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP |
|
25 |
|
26 GAIADIR=$topsrcdir/gaia |
|
27 |
|
28 # Build simulator xpi and phone tweaks for b2g-desktop |
|
29 FXOS_SIMULATOR=1 |
|
30 |
|
31 . "$topsrcdir/b2g/config/mozconfigs/common.override" |