Commit 68f4ce77 authored by OPNA2608's avatar OPNA2608
Browse files

mir: Disable pre-compiled headers

parent eebc6154
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;