contrib: qt: Don't disable PCH when building Qt

This significantly speeds up the time to compile Qt.

0fec1bc300 looks like it intended
to enable PCH, but it didn't do anything to remove the "-no-pch"
argument that was added in 3377bb4f3b.
This commit is contained in:
Martin Storsjö 2024-04-11 13:21:59 +03:00 committed by Steve Lhomme
parent 848b0f08c1
commit f8a5243154
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ QTBASE_PLATFORM := -device-option CROSS_COMPILE=$(HOST)-
endif
QTBASE_CONFIG += -static -opensource -confirm-license -opengl desktop -no-pkg-config -no-openssl \
-no-gif -no-dbus -no-pch -no-feature-zstd -no-feature-concurrent -no-feature-androiddeployqt \
-no-gif -no-dbus -no-feature-zstd -no-feature-concurrent -no-feature-androiddeployqt \
-no-feature-sql -no-feature-testlib -system-freetype -system-harfbuzz -system-libjpeg \
-no-feature-xml -no-feature-printsupport -system-libpng -system-zlib -no-feature-network \
-nomake examples -prefix $(PREFIX) -qt-host-path $(BUILDPREFIX)