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:
parent
2d328d391e
commit
5dae9d5d4d
1 changed files with 1 additions and 0 deletions
1
debian/rules
vendored
1
debian/rules
vendored
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue