Page MenuHomeFreeBSD

bsd.port.mk: set SPLIT_KERNEL_DEBUG off
Needs ReviewPublic

Authored by emaste on Jun 9 2022, 6:46 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 23, 8:48 PM
Unknown Object (File)
Mon, Nov 17, 1:56 AM
Unknown Object (File)
Thu, Nov 13, 3:40 AM
Unknown Object (File)
Sat, Nov 8, 3:06 AM
Unknown Object (File)
Oct 27 2025, 5:07 AM
Unknown Object (File)
Oct 15 2025, 1:05 AM
Unknown Object (File)
Oct 15 2025, 1:05 AM
Unknown Object (File)
Oct 14 2025, 4:20 PM
Subscribers
None

Details

Reviewers
None
Group Reviewers
portmgr
Summary

Base e3709cfe6a2a introduced a SPLIT_KERNEL_DEBUG knob to control whether kernel debug is placed in standalone debug files at build time, restoring the KERNEL_SYMBOLS knob to its historical behaviour of controlling only whether or not the .debug files are installed.

Follow suit in ports and set SPLIT_KERNEL_DEBUG off. We still set KERNEL_SYMBOLS off for backwards compatibility. This could be removed once all supported base system versions have SPLIT_KERNEL_DEBUG.

Sponsored by: The FreeBSD Foundation

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste requested review of this revision.Jun 9 2022, 6:46 PM
emaste created this revision.