fix debug builds (#1129)

This commit is contained in:
Alex Bates 2023-11-24 04:03:59 +00:00 committed by GitHub
parent 36f1ef2c72
commit 59ab2bb752
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 4 deletions

View File

@ -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 ]

View File

@ -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 ]