[vlc-commits] [Git][videolan/vlc][master] contrib: qt: Don't disable PCH when building Qt
Steve Lhomme (@robUx4)
gitlab at videolan.org
Fri Apr 12 14:36:09 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
f8a52431 by Martin Storsjö at 2024-04-12T11:17:10+00:00
contrib: qt: Don't disable PCH when building Qt
This significantly speeds up the time to compile Qt.
0fec1bc3008ca36acf174d31e628b95162d230e7 looks like it intended
to enable PCH, but it didn't do anything to remove the "-no-pch"
argument that was added in 3377bb4f3b58b8108e41de95db7ad6df5ad1038f.
- - - - -
1 changed file:
- contrib/src/qt/rules.mak
Changes:
=====================================
contrib/src/qt/rules.mak
=====================================
@@ -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)
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f8a524315433c0ab592b3a1b2d65e0da130756d2
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/f8a524315433c0ab592b3a1b2d65e0da130756d2
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list