-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
I suggest removing workaround to allow building ZFS with Clang (LTO), but with -Wno-error=uninitialized added to KCFLAGS when building ZFS.
linux-cachyos/linux-cachyos/PKGBUILD
Lines 304 to 308 in 7bf97b1
| ### Prevent ZFS and LTO building at the same time | |
| # More infos here: https://github.com/openzfs/zfs/issues/15384 | |
| if [[ "$_use_llvm_lto" != "none" && -n "$_build_zfs" ]]; then | |
| _die "ZFS and LTO support cannot be built at the same time. " | |
| fi |
Or a patch could be added based on this comment.
openzfs/zfs#15384 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels