Turn off llvm/clang's ENABLE_BACKTRACES setting, since it never worked
properly anyway. (Upstream has reorganized this somewhat in the mean time, but for proper backtraces we would need llvm-symbolizer in base.) MFC after: 3 days
This commit is contained in:
parent
fb2cec6f53
commit
c83fca58fa
@ -12,7 +12,7 @@
|
||||
#define BUG_REPORT_URL "https://bugs.freebsd.org/submit/"
|
||||
|
||||
/* Define to 1 to enable backtraces, and to 0 otherwise. */
|
||||
#define ENABLE_BACKTRACES 1
|
||||
#define ENABLE_BACKTRACES 0
|
||||
|
||||
/* Define to 1 to enable crash overrides, and to 0 otherwise. */
|
||||
#define ENABLE_CRASH_OVERRIDES 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user