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