|
1 . "$topsrcdir/b2g/config/mozconfigs/common" |
|
2 . "$topsrcdir/build/unix/mozconfig.linux32" |
|
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 # This will overwrite the default of stripping everything and keep the symbol table. |
|
12 # This is useful for profiling and debugging and only increases the package size |
|
13 # by 2 MBs. |
|
14 STRIP_FLAGS="--strip-debug" |
|
15 |
|
16 # Needed to enable breakpad in application.ini |
|
17 export MOZILLA_OFFICIAL=1 |
|
18 |
|
19 export MOZ_TELEMETRY_REPORTING=1 |
|
20 |
|
21 # Treat warnings as errors in directories with FAIL_ON_WARNINGS. |
|
22 # DISABLED WHILE NOT ON TRY ac_add_options --enable-warnings-as-errors |
|
23 |
|
24 # Use sccache |
|
25 no_sccache= |
|
26 . "$topsrcdir/build/mozconfig.cache" |
|
27 |
|
28 #B2G options |
|
29 ac_add_options --enable-application=b2g |
|
30 ac_add_options --disable-elf-hack |
|
31 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP |
|
32 |
|
33 GAIADIR=$topsrcdir/gaia |
|
34 |
|
35 # Build simulator xpi and phone tweaks for b2g-desktop |
|
36 FXOS_SIMULATOR=1 |
|
37 |
|
38 . "$topsrcdir/b2g/config/mozconfigs/common.override" |