commit 9155dbab4156a8f806c14f3f4c59728fdc922f66
Author: Uwe Klotz <uwe.klotz(a)gmail.com>
Date: Sat Oct 7 22:33:06 2023 +0200
cmake: Disable precompile headers
mixxx.spec | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/mixxx.spec b/mixxx.spec
index d61ecc3..13eda50 100644
--- a/mixxx.spec
+++ b/mixxx.spec
@@ -126,9 +126,11 @@ cp %{SOURCE2} %{__cmake_builddir}/downloads
%build
+# CMAKE_DISABLE_PRECOMPILE_HEADERS:
<
https://github.com/mixxxdj/mixxx/issues/12073>
%cmake \
-GNinja \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
+ -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON \
-DOPTIMIZE=portable \
-DINSTALL_USER_UDEV_RULES=ON \
-DWARNINGS_FATAL=ON \