mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
fix debug builds (#1129)
This commit is contained in:
parent
36f1ef2c72
commit
59ab2bb752
@ -1,4 +1,3 @@
|
|||||||
options:
|
options:
|
||||||
linker_discard_section: False
|
linker_discard_section: False
|
||||||
create_elf_section_list_auto: True
|
ld_sections_denylist: [ .eh_frame, .MIPS.abiflags ]
|
||||||
elf_section_list_path: ver/jp/build/elf_sections.txt
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
options:
|
options:
|
||||||
ld_discard_section: False
|
ld_discard_section: False
|
||||||
create_elf_section_list_auto: True
|
ld_sections_denylist: [ .eh_frame, .MIPS.abiflags ]
|
||||||
elf_section_list_path: ver/us/build/elf_sections.txt
|
|
||||||
|
Loading…
Reference in New Issue
Block a user