Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/share/mk



Module Name:    src
Committed By:   mrg
Date:           Tue Sep 16 02:18:06 UTC 2025

Modified Files:
        src/share/mk: bsd.lib.mk

Log Message:
fix sanitizer flags for private libraries in executables.

update the comment to explain why we don't do -g for normal archives,
but why we do them for private archives (they are linked into the
executables, and the debug info is in the debug file for that.)

while i still don't know why dhcpd is crashing on arm64eb for me,
at least now ASAN reports don't have missing info for the various
private libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.419 -r1.420 src/share/mk/bsd.lib.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index