diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2021-02-01 14:56:25 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-02-02 09:06:51 +0100 |
| commit | 19e096872235dc01a7748e7891d1ba60c5a7b592 (patch) | |
| tree | 97340c3a4c2768ffa99cf929a53ed667648b2c94 /dashboard/config/linux/android-5.4.config | |
| parent | c0ff26a63eef01bbfaf4e249d8d6096dca48a62d (diff) | |
dashboard/config/linux: enable DEBUG_INFO_BTF
This is required for proper testing of BPF_LSM (syz_btf_id_by_name).
Diffstat (limited to 'dashboard/config/linux/android-5.4.config')
| -rw-r--r-- | dashboard/config/linux/android-5.4.config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dashboard/config/linux/android-5.4.config b/dashboard/config/linux/android-5.4.config index 43e26aed2..800b5de79 100644 --- a/dashboard/config/linux/android-5.4.config +++ b/dashboard/config/linux/android-5.4.config @@ -6587,9 +6587,10 @@ CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4 # Compile-time checks and compiler options # CONFIG_DEBUG_INFO=y -CONFIG_DEBUG_INFO_REDUCED=y +# CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_DEBUG_INFO_SPLIT is not set CONFIG_DEBUG_INFO_DWARF4=y +CONFIG_DEBUG_INFO_BTF=y # CONFIG_GDB_SCRIPTS is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=2048 |
