Pier Angelo Vendrame pushed to branch tor-browser-140.3.0esr-15.0-1 at The Tor Project / Applications / Tor Browser
Commits:
-
04579344
by Pier Angelo Vendrame at 2025-10-06T22:23:58+02:00
2 changed files:
Changes:
| ... | ... | @@ -37,6 +37,9 @@ ac_add_options --disable-backgroundtasks |
| 37 | 37 | # Disable telemetry
|
| 38 | 38 | ac_add_options MOZ_TELEMETRY_REPORTING=
|
| 39 | 39 | |
| 40 | +# tor-browser#44220: the minifier produces broken files.
|
|
| 41 | +ac_add_options --enable-minify=properties
|
|
| 42 | + |
|
| 40 | 43 | if test -n "$LOCAL_DEV_BUILD"; then
|
| 41 | 44 | # You must use the "default" bogus channel for dev builds
|
| 42 | 45 | ac_add_options --enable-update-channel=default
|
| ... | ... | @@ -12,6 +12,9 @@ ac_add_options --with-java-bin-path=$JAVA_HOME/bin |
| 12 | 12 | ac_add_options --with-android-sdk=$ANDROID_HOME
|
| 13 | 13 | ac_add_options --with-gradle=$GRADLE_HOME/bin/gradle
|
| 14 | 14 | |
| 15 | +# tor-browser#44220: the minifier produces broken files.
|
|
| 16 | +ac_add_options --enable-minify=properties
|
|
| 17 | + |
|
| 15 | 18 | ac_add_options --disable-tests
|
| 16 | 19 | ac_add_options --disable-debug
|
| 17 | 20 |