diff options
author | Itamar <itamar8910@gmail.com> | 2021-06-11 14:39:16 +0300 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-19 14:51:18 +0200 |
commit | 03ef2a479a121cef5de5ca33792f4cf997e6ee71 (patch) | |
tree | c3c713e2c3fb62aa0545e315d71ca840108f9e24 /AK | |
parent | a45b5ccd969443aef7a4afce8bd43d512ca74b1a (diff) | |
download | serenity-03ef2a479a121cef5de5ca33792f4cf997e6ee71.zip |
LibCoreDump: Include source locations of inlined functions in backtrace
Diffstat (limited to 'AK')
-rw-r--r-- | AK/Debug.h.in | 4 |
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 |