lol

Merge pull request #141942 from Mic92/zfs-size

zfs: strip debug symbols (closure size)

authored by

Jörg Thalheim and committed by
GitHub
091567a3 a81d34c5

+4
+4
pkgs/os-specific/linux/zfs/default.nix
··· 140 140 "INSTALL_MOD_PATH=\${out}" 141 141 ]; 142 142 143 + postBuild = optionalString buildKernel '' 144 + find . -name "*.ko" -print0 | xargs -0 -P$NIX_BUILD_CORES strip --strip-debug 145 + ''; 146 + 143 147 postInstall = optionalString buildKernel '' 144 148 # Add reference that cannot be detected due to compressed kernel module 145 149 mkdir -p "$out/nix-support"