Pier Angelo Vendrame pushed to branch base-browser-128.5.0esr-14.5-1 at The Tor Project / Applications / Tor Browser

Commits:

1 changed file:

Changes:

  • mozconfig-linux-aarch64-dev
    1
    +. $topsrcdir/browser/config/mozconfigs/base-browser
    
    2
    +
    
    3
    +# This mozconfig file is not used in official builds.
    
    4
    +# It is only intended to be used when doing incremental Linux builds
    
    5
    +# during development.
    
    6
    +
    
    7
    +# Moz switched to lld for all Linux targets in Bug 1839739.
    
    8
    +ac_add_options --enable-linker=lld
    
    9
    +
    
    10
    +export MOZILLA_OFFICIAL=
    
    11
    +
    
    12
    +ac_add_options --enable-default-toolkit=cairo-gtk3
    
    13
    +
    
    14
    +ac_add_options --disable-strip
    
    15
    +ac_add_options --disable-install-strip
    
    16
    +
    
    17
    +ac_add_options --with-base-browser-version=dev-build
    
    18
    +ac_add_options --disable-base-browser-update