From 59ab2bb752125c7873c0b75785926f54a29b9fdd Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Fri, 24 Nov 2023 04:03:59 +0000 Subject: [PATCH] fix debug builds (#1129) --- ver/jp/splat-debug.yaml | 3 +-- ver/us/splat-debug.yaml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/ver/jp/splat-debug.yaml b/ver/jp/splat-debug.yaml index ea52050ebd..915ecc618b 100644 --- a/ver/jp/splat-debug.yaml +++ b/ver/jp/splat-debug.yaml @@ -1,4 +1,3 @@ options: linker_discard_section: False - create_elf_section_list_auto: True - elf_section_list_path: ver/jp/build/elf_sections.txt + ld_sections_denylist: [ .eh_frame, .MIPS.abiflags ] diff --git a/ver/us/splat-debug.yaml b/ver/us/splat-debug.yaml index 4254a34cb7..0b2e226cfe 100644 --- a/ver/us/splat-debug.yaml +++ b/ver/us/splat-debug.yaml @@ -1,4 +1,3 @@ options: ld_discard_section: False - create_elf_section_list_auto: True - elf_section_list_path: ver/us/build/elf_sections.txt + ld_sections_denylist: [ .eh_frame, .MIPS.abiflags ]