Update dtk_tag & remove ldflags -warn off

With dtk v0.9.5, disabling linker warnings is no
longer necessary. Based on mw_comment_version,
it adjusts behavior for the linker version.
This commit is contained in:
Luke Street 2024-09-04 20:34:10 -06:00
parent af452140cc
commit f54d479e6f
1 changed files with 1 additions and 2 deletions

View File

@ -130,7 +130,7 @@ if not config.non_matching:
# Tool versions # Tool versions
config.binutils_tag = "2.42-1" config.binutils_tag = "2.42-1"
config.compilers_tag = "20240706" config.compilers_tag = "20240706"
config.dtk_tag = "v0.9.4" config.dtk_tag = "v0.9.5"
config.objdiff_tag = "v2.0.0-beta.5" config.objdiff_tag = "v2.0.0-beta.5"
config.sjiswrap_tag = "v1.1.1" config.sjiswrap_tag = "v1.1.1"
config.wibo_tag = "0.6.11" config.wibo_tag = "0.6.11"
@ -148,7 +148,6 @@ config.asflags = [
config.ldflags = [ config.ldflags = [
"-fp hardware", "-fp hardware",
"-nodefaults", "-nodefaults",
# "-warn off",
# "-listclosure", # Uncomment for Wii linkers # "-listclosure", # Uncomment for Wii linkers
] ]
# Use for any additional files that should cause a re-configure when modified # Use for any additional files that should cause a re-configure when modified