[or-cvs] r18801: {torvm} Build Qt with -fast. (torvm/trunk/build/win32/files)

coderman at seul.org coderman at seul.org
Sat Mar 7 18:57:02 UTC 2009


Author: coderman
Date: 2009-03-07 13:57:02 -0500 (Sat, 07 Mar 2009)
New Revision: 18801

Modified:
   torvm/trunk/build/win32/files/buildall.sh
Log:
Build Qt with -fast.

Modified: torvm/trunk/build/win32/files/buildall.sh
===================================================================
--- torvm/trunk/build/win32/files/buildall.sh	2009-03-07 18:48:11 UTC (rev 18800)
+++ torvm/trunk/build/win32/files/buildall.sh	2009-03-07 18:57:02 UTC (rev 18801)
@@ -826,11 +826,11 @@
   if [ -f /src/qt-mingwssl.patch ]; then
     patch -p1 < /src/qt-mingwssl.patch
   fi 
-  QT_CONF="-confirm-license -release -shared"
+  QT_CONF="-confirm-license -release -shared -fast"
   QT_CONF="$QT_CONF -no-dbus -no-phonon -no-webkit -no-qdbus -no-opengl -no-qt3support -no-xmlpatterns"
   QT_CONF="$QT_CONF -qt-style-windowsxp -no-style-windowsvista"
   QT_CONF="$QT_CONF -no-sql-sqlite -no-sql-sqlite2 -no-sql-odbc"
-  QT_CONF="$QT_CONF -no-fast -openssl -no-libmng -no-libtiff -qt-libpng -qt-libjpeg -qt-gif"
+  QT_CONF="$QT_CONF -openssl -no-libmng -no-libtiff -qt-libpng -qt-libjpeg -qt-gif"
   ./configure.exe $QT_CONF
   echo "QT_BUILD_PARTS -= examples" >> .qmake.cache
   echo "QT_BUILD_PARTS -= demos" >> .qmake.cache



More information about the tor-commits mailing list