d/rules: disable precompiled headers

They only provide speedups in incremental builds, and often break tools
like ccache.

Gbp-Dch: Full
This commit is contained in:
Andrea Pappacoda 2022-12-28 13:06:16 +01:00
parent 2d328d391e
commit 5dae9d5d4d
No known key found for this signature in database
GPG key ID: 4A9208A2455077A7

1
debian/rules vendored
View file

@ -60,6 +60,7 @@ 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 \