iedowse 2004-08-29 02:00:51 UTC
FreeBSD src repository
Modified files:
sys/conf kmod.mk
Log:
Unconditionally add `-fno-omit-frame-pointer' to CFLAGS when building
modules on the amd64 platform. Without this, ddb stack traces cannot
follow module function calls, which makes debugging very difficult.
Revision Changes Path
1.167 +3 -0 src/sys/conf/kmod.mk