diff options
author | Holger Freyther <zecke@selfish.org> | 2007-12-25 22:42:16 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-12-25 22:42:16 +0000 |
commit | 21a05ca95621f0539fff378d00491a355b9c163b (patch) | |
tree | 09cb9cfaa2e2d9ccd553eef117a54eef913bb386 /packages/qt4 | |
parent | 477305caf79f148776777c9b4b4bc028a4a5e56b (diff) |
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.
Diffstat (limited to 'packages/qt4')
-rw-r--r-- | packages/qt4/qt_configuration.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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" |