Page MenuHomeFreeBSD

Build and install .debug files by default
ClosedPublic

Authored by emaste on Oct 27 2015, 8:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 12, 9:16 AM
Unknown Object (File)
Mar 21 2024, 8:37 AM
Unknown Object (File)
Feb 23 2024, 10:45 PM
Unknown Object (File)
Jan 6 2024, 5:44 PM
Unknown Object (File)
Jan 6 2024, 5:44 PM
Unknown Object (File)
Jan 6 2024, 5:44 PM
Unknown Object (File)
Jan 5 2024, 4:48 AM
Unknown Object (File)
Nov 23 2023, 1:34 PM
Subscribers

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste retitled this revision from to Build and install .debug files by default.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added reviewers: jhb, vangyzen.
emaste added inline comments.
share/mk/bsd.opts.mk
89 ↗(On Diff #9747)

@imp I'm not sure why this is here -- DEBUG_FILES is recent enough that I don't expect NO_DEBUG_FILES= to be used anywhere

vangyzen edited edge metadata.
This revision is now accepted and ready to land.Oct 27 2015, 8:56 PM

Concerns about enabling this by default were raised in the past, when I was going to merge the /projects/release-install-debug branch back to /head.

https://lists.freebsd.org/pipermail/freebsd-current/2015-February/054459.html

Comparison between WITHOUT_DEBUG_FILES and WITH_DEBUG_FILES

make -j16 WITHOUT_DEBUG_FILES=yes WITHOUT_LLDB=yes buildworld  12584.44s user 2675.79s system 1262% cpu 20:08.83 total
% du -sh /scratch/tmp/emaste/obj/scratch/tmp/emaste/freebsd/         
2.4G    /scratch/tmp/emaste/obj/scratch/tmp/emaste/freebsd/                     

make -j16 WITH_DEBUG_FILES=yes WITHOUT_LLDB=yes buildworld  13025.79s user 2734.26s system 1263% cpu 20:47.49 total
% du -sh /scratch/tmp/emaste/obj/scratch/tmp/emaste/freebsd/         
4.3G    /scratch/tmp/emaste/obj/scratch/tmp/emaste/freebsd/
eadler added a reviewer: eadler.

I'm waiting on @gjb to commit the changes from the release-install-debug branch to commit this.

This revision was automatically updated to reflect the committed changes.