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