Commit a4eb4b0a authored by Emily's avatar Emily
Browse files

bino3d: remove LTO workaround

This is unnecessary now that #19098 is fixed.
parent 6badbad9
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -37,12 +37,6 @@ stdenv.mkDerivation (finalAttrs: {
    # The optional QVR dependency is not currently packaged.
  ];

  # LTO is currently broken on macOS.
  # https://github.com/NixOS/nixpkgs/issues/19098
  cmakeFlags = lib.optionals stdenv.isDarwin [
    (lib.cmakeBool "CMAKE_INTERPROCEDURAL_OPTIMIZATION_RELEASE" false)
  ];

  meta = {
    description = "Video player with a focus on 3D and Virtual Reality";
    homepage = "https://bino3d.org/";