You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hardeningDisable=["lto"] is not valid on musl cross stdenv (causes
eval failure: "unsupported hardening flags"). Instead:
- Restore llvmPackages_20 override to prevent LLVM dependency
- Add -fno-lto via NIX_CFLAGS_COMPILE to disable GCC LTO
(GCC LTO + GNU ld produces .ltrans link failures in postgresql)
0 commit comments