Skip to content

Commit

Permalink
depends: enable pre-compiled headers for qt
Browse files Browse the repository at this point in the history
All trusty compilers work. This fix saves a few minutes build time
  • Loading branch information
romanornr committed Jan 10, 2017
1 parent 4725aaa commit b1130f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/qt.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b1130f8

Please sign in to comment.