Pier Angelo Vendrame pushed to branch tor-browser-137.0a1-15.0-1 at The Tor Project / Applications / Tor Browser

Commits:

2 changed files:

Changes:

  • browser/config/mozconfigs/base-browser
    ... ... @@ -8,7 +8,6 @@ fi
    8 8
     
    
    9 9
     mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@
    
    10 10
     
    
    11
    -ac_add_options --enable-official-branding
    
    12 11
     export MOZILLA_OFFICIAL=1
    
    13 12
     
    
    14 13
     ac_add_options --enable-optimize
    

  • browser/config/mozconfigs/base-browser-android
    ... ... @@ -5,7 +5,6 @@ export MOZILLA_OFFICIAL=1
    5 5
     
    
    6 6
     ac_add_options --enable-optimize
    
    7 7
     ac_add_options --enable-rust-simd
    
    8
    -ac_add_options --enable-official-branding
    
    9 8
     
    
    10 9
     ac_add_options --enable-application=mobile/android
    
    11 10