[oe-commits] org.oe.dev packages/qt4/qt_configuration.inc: ccache and pch conflict with each other

freyther commit openembedded-commits at lists.openembedded.org
Wed Dec 26 12:18:18 UTC 2007


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.

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: 8b7d9bf894c6e25f723225814bacfb01936c07fc
ViewMTN: http://monotone.openembedded.org/revision/info/8b7d9bf894c6e25f723225814bacfb01936c07fc
Files:
1
packages/qt4/qt_configuration.inc
Diffs:

#
# mt diff -r44cf96b6440c202029f931061160e2b0020826f4 -r8b7d9bf894c6e25f723225814bacfb01936c07fc
#
# 
# 
# patch "packages/qt4/qt_configuration.inc"
#  from [a18dabca9e458b35f82527bf67818290e9d93343]
#    to [5abde732116982782ed3a94ede56bf274012fc1f]
# 
============================================================
--- packages/qt4/qt_configuration.inc	a18dabca9e458b35f82527bf67818290e9d93343
+++ packages/qt4/qt_configuration.inc	5abde732116982782ed3a94ede56bf274012fc1f
@@ -6,7 +6,7 @@ QT_CONFIG_FLAGS = "-release -no-cups -no
                    -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"
 






More information about the Openembedded-commits mailing list