browser/config/mozconfigs/linux32/release

Wed, 31 Dec 2014 07:16:47 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:16:47 +0100
branch
TOR_BUG_9701
changeset 3
141e0f1194b1
permissions
-rw-r--r--

Revert simplistic fix pending revisit of Mozilla integration attempt.

     1 # This make file should be identical to the beta mozconfig, apart from the
     2 # safeguard below
     3 . "$topsrcdir/browser/config/mozconfigs/linux32/common-opt"
     5 ac_add_options --enable-official-branding
     7 mk_add_options MOZ_PGO=1
     9 # safeguard against someone forgetting to re-set EARLY_BETA_OR_EARLIER in
    10 # defines.sh during the beta cycle
    11 export BUILDING_RELEASE=1
    13 . "$topsrcdir/build/mozconfig.common.override"

mercurial