Merge pull request #330657 from emilazy/push-spxtzwyxtmvp

bino3d: remove LTO workaround
This commit is contained in:
Philip Taron 2024-08-03 09:29:59 -07:00 committed by GitHub
commit 8a76c2c8f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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/";