git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
477305c
)
packages/qt4/qt_configuration.inc: ccache and pch conflict with each other
author
Holger Freyther
<zecke@selfish.org>
Tue, 25 Dec 2007 22:42:16 +0000
(22:42 +0000)
committer
Holger 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
patch
|
blob
|
history
diff --git
a/packages/qt4/qt_configuration.inc
b/packages/qt4/qt_configuration.inc
index
e487988
..
aa4f8c6
100644
(file)
--- 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"