Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
1 . "$topsrcdir/b2g/config/mozconfigs/common"
2 . "$topsrcdir/build/unix/mozconfig.linux"
4 ac_add_options --enable-update-channel=${MOZ_UPDATE_CHANNEL}
5 ac_add_options --enable-update-packaging
6 ac_add_options --enable-signmar
7 ac_add_options --enable-debug
9 # Nightlies only since this has a cost in performance
10 #ac_add_options --enable-js-diagnostics
12 # This will overwrite the default of stripping everything and keep the symbol table.
13 # This is useful for profiling and debugging and only increases the package size
14 # by 2 MBs.
15 STRIP_FLAGS="--strip-debug"
17 # Needed to enable breakpad in application.ini
18 export MOZILLA_OFFICIAL=1
20 export MOZ_TELEMETRY_REPORTING=1
22 # Treat warnings as errors in directories with FAIL_ON_WARNINGS.
23 # DISABLED WHILE NOT ON TRY ac_add_options --enable-warnings-as-errors
25 # Use sccache
26 no_sccache=
27 . "$topsrcdir/build/mozconfig.cache"
29 #B2G options
30 ac_add_options --enable-application=b2g
31 ENABLE_MARIONETTE=1
32 ac_add_options --disable-elf-hack
33 export CXXFLAGS=-DMOZ_ENABLE_JS_DUMP
35 GAIADIR=$topsrcdir/gaia
37 . "$topsrcdir/b2g/config/mozconfigs/common.override"