Details
Details
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
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
Comment Actions
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/
Comment Actions
I'm waiting on @gjb to commit the changes from the release-install-debug branch to commit this.