зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1535399 - Add --enable-proxy-bypass-protection to mingw builds r=dmajor
Tor compiles with these, using the mingw build, so it makes sense to replicate their configuration. Differential Revision: https://phabricator.services.mozilla.com/D28939 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
984a2d5906
Коммит
288f88722a
|
@ -34,6 +34,9 @@ ac_add_options --with-toolchain-prefix=i686-w64-mingw32-
|
|||
ac_add_options --disable-warnings-as-errors
|
||||
MOZ_COPY_PDBS=1
|
||||
|
||||
# This replicates Tor's configuration
|
||||
ac_add_options --enable-proxy-bypass-protection
|
||||
|
||||
# These aren't supported on mingw at this time
|
||||
ac_add_options --disable-maintenance-service
|
||||
ac_add_options --disable-webrtc # Bug 1393901
|
||||
|
|
|
@ -34,6 +34,9 @@ ac_add_options --with-toolchain-prefix=x86_64-w64-mingw32-
|
|||
ac_add_options --disable-warnings-as-errors
|
||||
MOZ_COPY_PDBS=1
|
||||
|
||||
# This replicates Tor's configuration
|
||||
ac_add_options --enable-proxy-bypass-protection
|
||||
|
||||
# These aren't supported on mingw at this time
|
||||
ac_add_options --disable-maintenance-service
|
||||
ac_add_options --disable-webrtc # Bug 1393901
|
||||
|
|
Загрузка…
Ссылка в новой задаче