[tor-commits] [tor-browser/tor-browser-17.0.5esr-2] fixup! Tor Browser's official .mozconfig.

mikeperry at torproject.org mikeperry at torproject.org
Thu May 9 20:47:27 UTC 2013


commit 771d2dc75423fee00a3ad5e2cc17a873345dae86
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Thu May 9 13:23:33 2013 -0700

    fixup! Tor Browser's official .mozconfig.
    
    Also add the mingw version.
---
 .mozconfig-mingw |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/.mozconfig-mingw b/.mozconfig-mingw
new file mode 100644
index 0000000..5756b11
--- /dev/null
+++ b/.mozconfig-mingw
@@ -0,0 +1,22 @@
+#Specify the cross compile
+export CROSS_COMPILE=1
+
+ac_add_options --enable-application=browser
+ac_add_options --target=i686-w64-mingw32
+ac_add_options --enable-default-toolkit=cairo-windows
+mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-mingw
+
+ac_add_options  --disable-debug
+ac_add_options  --enable-optimize
+
+ac_add_options --disable-updater
+ac_add_options --disable-crashreporter
+ac_add_options --disable-maintenance-service
+ac_add_options --disable-webrtc
+
+# XXX: We need to fix both of these:
+ac_add_options --disable-webgl
+ac_add_options --disable-accessibility # uncomment if you don't have widl installed
+
+# Use parallel build. Adjust number of processes for your setup.
+mk_add_options MOZ_MAKE_FLAGS=-j4



More information about the tor-commits mailing list