Revert "d/rules: disable precompiled headers"

I was wrong. Precompiled headers do speed up builds, even fresh ones.
ccache is still likely broken, but I don't use it and Salsa CI jobs show
shorter build times with PCHs anyway.

This reverts commit 5dae9d5d4d.
This commit is contained in:
Andrea Pappacoda 2022-12-29 00:26:43 +01:00
parent 1cbe64519f
commit a0f0b65d60
No known key found for this signature in database
GPG key ID: 4A9208A2455077A7

1
debian/rules vendored
View file

@ -60,7 +60,6 @@ override_dh_auto_configure:
-DCMAKE_INSTALL_BINDIR=games \
-DENABLE_QT_TRANSLATION=true \
-DYUZU_USE_QT_WEB_ENGINE=true \
-DYUZU_USE_PRECOMPILED_HEADERS=false \
-DYUZU_USE_EXTERNAL_SDL2=false \
-DYUZU_USE_BUNDLED_SDL2=false \
-DYUZU_USE_BUNDLED_QT=false \