richard pushed to branch base-browser-115.7.0esr-13.5-1 at The Tor Project / Applications / Tor Browser
Commits:
-
f7199bf2
by Pier Angelo Vendrame at 2024-02-07T16:59:56+00:00
2 changed files:
Changes:
... | ... | @@ -15,9 +15,6 @@ ac_add_options --with-android-ndk=$ANDROID_NDK_HOME |
15 | 15 | ac_add_options --with-android-min-sdk=21
|
16 | 16 | ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle
|
17 | 17 | |
18 | -# https://bugzilla.mozilla.org/show_bug.cgi?id=1758568
|
|
19 | -ac_add_options --enable-minify=properties
|
|
20 | - |
|
21 | 18 | ac_add_options --enable-strip
|
22 | 19 | ac_add_options --enable-install-strip
|
23 | 20 | ac_add_options --disable-tests
|
... | ... | @@ -39,6 +36,7 @@ if test -n "$LOCAL_DEV_BUILD"; then |
39 | 36 | # You must use the "default" bogus channel for dev builds
|
40 | 37 | ac_add_options --enable-update-channel=default
|
41 | 38 | ac_add_options --with-base-browser-version=dev-build
|
39 | + ac_add_options --disable-minify
|
|
42 | 40 | fi
|
43 | 41 | |
44 | 42 | if test -z "$WASI_SYSROOT"; then
|
... | ... | @@ -3,14 +3,12 @@ export MOZILLA_OFFICIAL=1 |
3 | 3 | ac_add_options --enable-application=mobile/android
|
4 | 4 | ac_add_options --disable-compile-environment
|
5 | 5 | |
6 | -# https://bugzilla.mozilla.org/show_bug.cgi?id=1758568
|
|
7 | -ac_add_options --enable-minify=properties
|
|
8 | - |
|
9 | 6 | if test -n "$LOCAL_DEV_BUILD"; then
|
10 | 7 | # You must use the "default" bogus channel for dev builds
|
11 | 8 | ac_add_options --enable-update-channel=default
|
12 | 9 | ac_add_options --without-wasm-sandboxed-libraries
|
13 | 10 | ac_add_options --with-base-browser-version=dev-build
|
11 | + ac_add_options --disable-minify
|
|
14 | 12 | fi
|
15 | 13 | |
16 | 14 | ac_add_options --with-tor-browser-version=dev-build
|