diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2024-05-06 19:17:25 +0200 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2024-05-07 10:41:37 +0000 |
| commit | 0ab95910c2f109015cdf71fb1f9a9d31512ae30a (patch) | |
| tree | 821b934ce77834e3524fffd8af4d722a3c715ad1 /dashboard/config/linux/chromeos-6.1-base.config | |
| parent | fa7a5cf0ed61a41a6947b129613b4f992e1736a8 (diff) | |
dashboard/config: disable CONFIG_FRAME_WARN on ChromeOS
As suggested by @groeck.
Diffstat (limited to 'dashboard/config/linux/chromeos-6.1-base.config')
| -rw-r--r-- | dashboard/config/linux/chromeos-6.1-base.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/config/linux/chromeos-6.1-base.config b/dashboard/config/linux/chromeos-6.1-base.config index b61ddd05a..4f0f12f88 100644 --- a/dashboard/config/linux/chromeos-6.1-base.config +++ b/dashboard/config/linux/chromeos-6.1-base.config @@ -6403,7 +6403,7 @@ CONFIG_DEBUG_INFO_DWARF4=y # CONFIG_DEBUG_INFO_SPLIT is not set # CONFIG_DEBUG_INFO_BTF is not set # CONFIG_GDB_SCRIPTS is not set -CONFIG_FRAME_WARN=2048 +CONFIG_FRAME_WARN=0 # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_HEADERS_INSTALL is not set # CONFIG_SECTION_MISMATCH_WARN_ONLY is not set |
