mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Commit de6feefdb7 limited the amount of debuginfo generated for clang
and other llvm-related executables. This was done to save disk space and
memory during building, but it makes debugging any of these executables
much harder.
Add a new src.conf(5) setting, WITH_LLVM_FULL_DEBUGINFO, to generate
full debuginfo instead. This is off by default, but could for example be
enabled for release builds or snapshots, so llvm executables are easier
to debug.
Reviewed by: emaste
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D43839
(cherry picked from commit 73ff7384e025033abc98fd5437a48beb8077a90b)
2 lines
143 B
Text
2 lines
143 B
Text
Generate full debug information for LLVM libraries and tools, which uses
|
|
more disk space and build resources, but allows for easier debugging.
|