Skip to content

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

Martin Storsjö requested to merge mstorsjo/vlc:qt-pch into master

This significantly speeds up the time to compile Qt.

0fec1bc3 looks like it intended to enable PCH, but it didn't do anything to remove the "-no-pch" argument that was added in 3377bb4f.

CC @fuzun

Merge request reports