diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2023-02-08 12:28:36 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <wp32pw@gmail.com> | 2023-02-08 13:03:28 +0100 |
| commit | fc9c934ee893341c7a8677f4bd01c1074a7d8f6a (patch) | |
| tree | 5678b64e6c599411881091ada515e753dddca52f /dashboard/config/linux/upstream-arm64-kasan-base.config | |
| parent | abbb67b7b0b633b245f8fe91a2c837de43bd568c (diff) | |
dashboard/linux: switch clang configs to DWARF4
Currently syzbot is unable to symbolize reports for DWARF5.
Diffstat (limited to 'dashboard/config/linux/upstream-arm64-kasan-base.config')
| -rw-r--r-- | dashboard/config/linux/upstream-arm64-kasan-base.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dashboard/config/linux/upstream-arm64-kasan-base.config b/dashboard/config/linux/upstream-arm64-kasan-base.config index 667fd3260..b29500ab5 100644 --- a/dashboard/config/linux/upstream-arm64-kasan-base.config +++ b/dashboard/config/linux/upstream-arm64-kasan-base.config @@ -6352,8 +6352,8 @@ CONFIG_DEBUG_MISC=y CONFIG_DEBUG_INFO=y CONFIG_AS_HAS_NON_CONST_LEB128=y # CONFIG_DEBUG_INFO_NONE is not set -CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y -# CONFIG_DEBUG_INFO_DWARF4 is not set +# CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT is not set +CONFIG_DEBUG_INFO_DWARF4=y # CONFIG_DEBUG_INFO_DWARF5 is not set # CONFIG_DEBUG_INFO_REDUCED is not set CONFIG_DEBUG_INFO_COMPRESSED_NONE=y |
