mir: Disable pre-compiled headers

This commit is contained in:
OPNA2608 2024-01-17 02:07:52 +01:00
parent eebc615413
commit 68f4ce778f
1 changed files with 3 additions and 0 deletions

View File

@ -150,6 +150,9 @@ stdenv.mkDerivation (finalAttrs: {
# These get built but don't get executed by default, yet they get installed when tests are enabled
"-DMIR_BUILD_PERFORMANCE_TESTS=OFF"
"-DMIR_BUILD_PLATFORM_TEST_HARNESS=OFF"
# https://github.com/MirServer/mir/issues/2987
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106799
"-DMIR_USE_PRECOMPILED_HEADERS=OFF"
];
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;