From e11bbb1afc421804ccbf200f127a845bb9db22b6 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Sun, 24 Jul 2016 11:27:04 -0600 Subject: [PATCH] Re-enable features in AppVeyor builds Build boxes have been upgraded, and should be able to handle the extra time required to build these features now. Closes https://github.com/wxWidgets/wxWidgets/pull/309 --- build/tools/appveyor.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tools/appveyor.bat b/build/tools/appveyor.bat index 991f4875df..ddf28794b2 100644 --- a/build/tools/appveyor.bat +++ b/build/tools/appveyor.bat @@ -32,7 +32,7 @@ set CHERE_INVOKING=yes :: Workaround for "configure: Bad file descriptor" perl -i".bak" -pe "s/^test -n \".DJDIR\"/#$&/" configure bash -lc "g++ --version" -bash -lc "CXXFLAGS=-Wno-deprecated-declarations ./configure --disable-optimise --disable-xrc && make -j3" +bash -lc "CXXFLAGS=-Wno-deprecated-declarations ./configure --disable-optimise && make -j3" goto :eof :cygwin @@ -42,5 +42,5 @@ set CHERE_INVOKING=yes :: Workaround for "configure: Bad file descriptor" perl -i".bak" -pe "s/^test -n \".DJDIR\"/#$&/" configure bash -lc "g++ --version" -bash -lc "LDFLAGS=-L/usr/lib/w32api ./configure --disable-optimise --disable-shared --disable-aui --disable-html --disable-ribbon --disable-richtext --disable-stc && make -j3" +bash -lc "LDFLAGS=-L/usr/lib/w32api ./configure --disable-optimise --disable-shared && make -j3" goto :eof