]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Revert previous change, since revision 187103 fixed the problem.
authorrodrigc <rodrigc@FreeBSD.org>
Thu, 15 Jan 2009 06:54:59 +0000 (06:54 +0000)
committerrodrigc <rodrigc@FreeBSD.org>
Thu, 15 Jan 2009 06:54:59 +0000 (06:54 +0000)
commit353d58cf089c4d171ba523084fba19a9a461dcc6
tree8145d43c645e8488b0d38c57e9fa9b24ba41c7da
parentd5deb43d0fd1476cec4cf2c44126170317fbe5fe
Revert previous change, since revision 187103 fixed the problem.
So now, if you:
- specify "makeoptions DEBUG=-g" in your kernel config
- make buildkernel WITH_CTF=1,

then "-g" will be added to CTFFLAGS.

However, "-g" will still not be added to CTFFLAGS when building
kernel modules, if the above steps are performed.  This needs to be fixed.

Noticed by: thompsa
sys/conf/kern.pre.mk