We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84c471 commit eeacceeCopy full SHA for eeaccee
stdlib/public/runtime/Errors.cpp
@@ -354,7 +354,7 @@ void swift::swift_reportError(uint32_t flags,
354
const char *message) {
355
#if defined(__APPLE__) && NDEBUG
356
flags &= ~FatalErrorFlags::ReportBacktrace;
357
-#else
+#elif SWIFT_ENABLE_BACKTRACING
358
// Disable fatalError backtraces if the backtracer is enabled
359
if (runtime::backtrace::_swift_backtrace_isEnabled()) {
360
0 commit comments