browser/config/mozconfigs/linux64/nightly

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     1 . "$topsrcdir/browser/config/mozconfigs/linux64/common-opt"
     3 ac_add_options --enable-signmar
     7 # Nightlies only since this has a cost in performance
     8 ac_add_options --enable-js-diagnostics
    10 # This will overwrite the default of stripping everything and keep the symbol table.
    11 # This is useful for profiling and debugging and only increases the package size
    12 # by 2 MBs.
    13 STRIP_FLAGS="--strip-debug"
    15 # Use ccache
    16 . "$topsrcdir/build/mozconfig.cache"
    18 . "$topsrcdir/build/mozconfig.common.override"

mercurial