summaryrefslogtreecommitdiff
path: root/AK
diff options
context:
space:
mode:
authorItamar <itamar8910@gmail.com>2021-06-11 14:39:16 +0300
committerAndreas Kling <kling@serenityos.org>2021-06-19 14:51:18 +0200
commit03ef2a479a121cef5de5ca33792f4cf997e6ee71 (patch)
treec3c713e2c3fb62aa0545e315d71ca840108f9e24 /AK
parenta45b5ccd969443aef7a4afce8bd43d512ca74b1a (diff)
downloadserenity-03ef2a479a121cef5de5ca33792f4cf997e6ee71.zip
LibCoreDump: Include source locations of inlined functions in backtrace
Diffstat (limited to 'AK')
-rw-r--r--AK/Debug.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/AK/Debug.h.in b/AK/Debug.h.in
index 3af90f4caa..54333a0fc3 100644
--- a/AK/Debug.h.in
+++ b/AK/Debug.h.in
@@ -14,6 +14,10 @@
#cmakedefine01 AWAVLOADER_DEBUG
#endif
+#ifndef BACKTRACE_DEBUG
+#cmakedefine01 BACKTRACE_DEBUG
+#endif
+
#ifndef BMP_DEBUG
#cmakedefine01 BMP_DEBUG
#endif