mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue