mirror of https://github.com/pmret/papermario.git
fix debug builds (#1129)
This commit is contained in:
parent
36f1ef2c72
commit
59ab2bb752
|
@ -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 ]
|
||||
|
|
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue