mirror of
https://github.com/NixOS/nix.git
synced 2025-12-23 17:31:08 +01:00
Merge pull request #14844 from corngood/cygwin-cross
packaging: disable LTO on cygwin
This commit is contained in:
commit
f457245a9a
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ let
|
|||
+
|
||||
lib.optionalString
|
||||
(
|
||||
!stdenv.hostPlatform.isWindows
|
||||
!(stdenv.hostPlatform.isWindows || stdenv.hostPlatform.isCygwin)
|
||||
# build failure
|
||||
&& !stdenv.hostPlatform.isStatic
|
||||
# LTO breaks exception handling on x86-64-darwin.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue