12 lines
244 B
Diff
12 lines
244 B
Diff
--- src/debughelper.cpp
|
|
+++ src/debughelper.cpp
|
|
@@ -8,6 +8,9 @@
|
|
#ifndef __GLIBC__
|
|
#define NO_CRASH_HANDLER
|
|
#endif
|
|
+#ifdef __aarch64__
|
|
+#define NO_CRASH_HANDLER
|
|
+#endif
|
|
|
|
#ifndef NO_CRASH_HANDLER
|
|
#if (defined(x86_64) || defined(__x86_64__))
|