]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
dkms: Enable debuginfo option to be set with zfs sysconfig file
authorNeal Gompa (ニール・ゴンパ) <ngompa13@gmail.com>
Fri, 18 Jan 2019 18:10:24 +0000 (13:10 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 18 Jan 2019 18:10:24 +0000 (10:10 -0800)
commite45c1734a665e571599781811a0cd3128a550226
treeb6bb82d7e68178ad14099acaf30c93810d0989a7
parent60b0a963f56182beb2d57823960f3ddb987a584a
dkms: Enable debuginfo option to be set with zfs sysconfig file

On some Linux distributions, the kernel module build will not
default to building with debuginfo symbols, which can make it
difficult for debugging and testing.

For this case, we provide a flag to override the build to force
debuginfo to be produced for the kernel module build.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Co-authored-by: Neal Gompa <ngompa@datto.com>
Co-authored-by: Simon Watson <swatson@datto.com>
Signed-off-by: Neal Gompa <ngompa@datto.com>
Signed-off-by: Simon Watson <swatson@datto.com>
Closes #8304
scripts/dkms.mkconf