From: Holger Freyther Date: Tue, 25 Dec 2007 22:42:16 +0000 (+0000) Subject: packages/qt4/qt_configuration.inc: ccache and pch conflict with each other X-Git-Tag: Release-2010-05/1~8080^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21a05ca95621f0539fff378d00491a355b9c163b;p=openembedded.git packages/qt4/qt_configuration.inc: ccache and pch conflict with each other The time spent on recompiling outweights the time saved using pch. So disable pch and have better recompile times. --- diff --git a/packages/qt4/qt_configuration.inc b/packages/qt4/qt_configuration.inc index e487988b41..aa4f8c6c5e 100644 --- a/packages/qt4/qt_configuration.inc +++ b/packages/qt4/qt_configuration.inc @@ -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"