Skip to content

Commit 9267a47

Browse files
committed
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
1 parent 06fdffd commit 9267a47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/packages/qt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $(package)_config_opts += -no-iconv
3131
$(package)_config_opts += -no-gif
3232
$(package)_config_opts += -no-freetype
3333
$(package)_config_opts += -no-nis
34-
$(package)_config_opts += -no-pch
34+
$(package)_config_opts += -pch
3535
$(package)_config_opts += -no-qml-debug
3636
$(package)_config_opts += -nomake examples
3737
$(package)_config_opts += -nomake tests

0 commit comments

Comments
 (0)