mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-27 23:33:30 +00:00
bino3d: remove LTO workaround
This is unnecessary now that #19098 is fixed.
This commit is contained in:
parent
6badbad9f0
commit
a4eb4b0a62
@ -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/";
|
||||
|
Loading…
Reference in New Issue
Block a user