Bug 1230910 Enable the sandbox for MinGW r?bobowen draft
authorTom Ritter <tom@mozilla.com>
Tue, 23 Jan 2018 14:46:03 -0600
changeset 748076 3e04c530c0f01b64da5ba8bf4e171b12408b5db9
parent 747219 ee41fea9615cb9ec0df97f96180ba0db93724add
push id97065
push userbmo:tom@mozilla.com
push dateSun, 28 Jan 2018 00:52:52 +0000
reviewersbobowen
bugs1230910
milestone60.0a1
Bug 1230910 Enable the sandbox for MinGW r?bobowen MozReview-Commit-ID: K3nj4eZZof7
browser/config/mozconfigs/win32/mingw32
--- a/browser/config/mozconfigs/win32/mingw32
+++ b/browser/config/mozconfigs/win32/mingw32
@@ -34,17 +34,16 @@ ac_add_options --disable-optimize
 
 # GCC compiling for Windows exposes a lot of warnings. We are tracking them in Bug 1394433
 ac_add_options --disable-warnings-as-errors
 
 # Temporary config settings until we get these working on mingw
 ac_add_options --disable-accessibility # https://sourceforge.net/p/mingw-w64/bugs/648/
 
 # Long story
-ac_add_options --disable-sandbox # Bug 1230910
 ac_add_options --disable-stylo # Bug 1390583
 
 # These aren't supported on mingw at this time
 ac_add_options --disable-webrtc # Bug 1393901
 ac_add_options --disable-maintenance-service
 
 # Find our toolchain
 CC="$TOOLTOOL_DIR/mingw32/bin/i686-w64-mingw32-gcc"