diff options
| author | Cory Fields <[email protected]> | 2016-04-25 22:27:59 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2016-04-25 22:28:01 -0400 |
| commit | 9267a47d86d0673eae9e504ee566aa4e0410d923 (patch) | |
| tree | c31dbf0303f68697698da17330f044ca0d595d71 | |
| parent | travis: switch to Trusty (diff) | |
| download | discoin-9267a47d86d0673eae9e504ee566aa4e0410d923.tar.xz discoin-9267a47d86d0673eae9e504ee566aa4e0410d923.zip | |
depends: enable pre-compiled headers for qt
All trusty compilers work ok with this now, and it shaves a few minutes off of
build time
| -rw-r--r-- | depends/packages/qt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages/qt.mk b/depends/packages/qt.mk index 77df77b73..e5ac0c965 100644 --- a/depends/packages/qt.mk +++ b/depends/packages/qt.mk @@ -31,7 +31,7 @@ $(package)_config_opts += -no-iconv $(package)_config_opts += -no-gif $(package)_config_opts += -no-freetype $(package)_config_opts += -no-nis -$(package)_config_opts += -no-pch +$(package)_config_opts += -pch $(package)_config_opts += -no-qml-debug $(package)_config_opts += -nomake examples $(package)_config_opts += -nomake tests |