diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-04-20 21:00:04 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-04-20 21:00:04 +0000 |
| commit | c83fca58fa4f3234d59ceabffcb9cab6297913ee (patch) | |
| tree | ad9727c370bee440d11fa919ab822689c11f2b27 | |
| parent | fb2cec6f530b54648dac4e92aa85a645e3c33eea (diff) | |
Notes
| -rw-r--r-- | lib/clang/include/llvm/Config/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/include/llvm/Config/config.h b/lib/clang/include/llvm/Config/config.h index 3cf13f128e8c..a5b7ce94e9ae 100644 --- a/lib/clang/include/llvm/Config/config.h +++ b/lib/clang/include/llvm/Config/config.h @@ -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 |
