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)
Mon, Jan 13, 3:42 PM
Unknown Object (File)
Sun, Jan 5, 9:13 PM
Unknown Object (File)
Nov 21 2024, 12:54 PM
Unknown Object (File)
Nov 21 2024, 6:48 AM
Unknown Object (File)
Nov 21 2024, 2:44 AM
Unknown Object (File)
Nov 16 2024, 3:19 PM
Unknown Object (File)
Oct 2 2024, 9:53 AM
Unknown Object (File)
Sep 25 2024, 6:33 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.Jun 9 2022, 6:46 PM
emaste created this revision.