- Include debug symbols in static libraries. This permits binaries
to include debug symbols for functions obtained from static libraries.
- Include debug symbols in C++ binaries.
- Permit the C/C++ compiler flags added for MK_DEBUG_FILES to be
overridden by setting DEBUG_FILES_CFLAGS. Use this to limit the debug
information for llvm libraries and binaries to -gline-tables-only.