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:
Dimitry Andric 2017-04-20 21:00:04 +00:00
parent fb2cec6f53
commit c83fca58fa

View File

@ -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