Revert "enable linker warnings"

This reverts commit 8c70423846.
This commit is contained in:
Steven Casper 2024-06-22 01:55:24 -04:00
parent 6b4c102ed4
commit 66eee3cb1d

View File

@ -151,6 +151,7 @@ config.asflags = [
config.ldflags = [
"-fp hardware",
"-nodefaults",
"-warn off",
# "-listclosure", # Uncomment for Wii linkers
]
# Use for any additional files that should cause a re-configure when modified