]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Stop setting DEBUG_FLAGS in the zfs.ko Makefile.
authormarkj <markj@FreeBSD.org>
Fri, 4 Sep 2020 18:55:03 +0000 (18:55 +0000)
committermarkj <markj@FreeBSD.org>
Fri, 4 Sep 2020 18:55:03 +0000 (18:55 +0000)
commit226a6e6c84517b0d990a9ea9f857129df0e1a025
tree5a8dc2c32c4ec3141c4fbfdbab3e457f837c2a51
parent0aa965dbef207e511fff3f0f1ad1da0585b31e5e
Stop setting DEBUG_FLAGS in the zfs.ko Makefile.

Rely on system settings to decide whether or not to build with debug
symbols and extract them to a separate file.

Reported and tested by: rm
sys/modules/zfs/Makefile