set splat option ld_generate_symbol_per_data_segment

Introduced in https://github.com/ethteck/splat/pull/409
This commit is contained in:
Alex Bates 2024-10-14 19:53:32 +01:00
parent 63b0e737ee
commit c686c9568b

View File

@ -15,6 +15,7 @@ options:
symbol_addrs_path: ver/us/symbol_addrs.txt symbol_addrs_path: ver/us/symbol_addrs.txt
ld_script_path: ver/us/papermario.ld ld_script_path: ver/us/papermario.ld
ld_symbol_header_path: ver/us/build/include/ld_addrs.h ld_symbol_header_path: ver/us/build/include/ld_addrs.h
ld_generate_symbol_per_data_segment: True
src_path: src src_path: src
asm_path: ver/us/asm asm_path: ver/us/asm
asset_path: assets/us asset_path: assets/us