Page MenuHomeFreeBSD

bsd.port.mk: set SPLIT_KERNEL_DEBUG off
Needs ReviewPublic

Authored by emaste on May 4 2023, 4:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 17, 3:12 PM
Unknown Object (File)
Sep 26 2024, 7:03 PM
Unknown Object (File)
Sep 25 2024, 11:33 AM
Unknown Object (File)
Sep 25 2024, 6:22 AM
Unknown Object (File)
Sep 25 2024, 4:32 AM
Unknown Object (File)
Sep 23 2024, 5:46 PM
Unknown Object (File)
Sep 23 2024, 1:22 AM
Unknown Object (File)
Sep 22 2024, 12:02 AM
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.May 4 2023, 4:59 PM
emaste created this revision.

src repo link: rG:e3709cfe6a2a