packages/qt4/qt_configuration.inc: ccache and pch conflict with each other
authorHolger Freyther <zecke@selfish.org>
Tue, 25 Dec 2007 22:42:16 +0000 (22:42 +0000)
committerHolger Freyther <zecke@selfish.org>
Tue, 25 Dec 2007 22:42:16 +0000 (22:42 +0000)
    The time spent on recompiling outweights the time saved using pch. So disable
    pch and have better recompile times.

packages/qt4/qt_configuration.inc

index e487988..aa4f8c6 100644 (file)
@@ -6,7 +6,7 @@ QT_CONFIG_FLAGS = "-release -no-cups -no-accessibility -reduce-relocations \
                    -shared -no-nas-sound -no-sm -no-nis \
                    -qt-gif -system-libjpeg -system-libpng -system-zlib \
                     -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql -no-sql-sqlite -no-sql-sqlite2 \
-                   -pch -qdbus -stl -glib"
+                   -no-pch -qdbus -stl -glib"
 
 EXTRA_OEMAKE = "-e"