b2g/config/mozconfigs/linux64_gecko/nightly

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

michael@0 1 . "$topsrcdir/b2g/config/mozconfigs/common"
michael@0 2 . "$topsrcdir/build/unix/mozconfig.linux"
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"

mercurial