Keep ldflags "-warn off" commented

This commit is contained in:
Luke Street 2024-06-10 00:47:36 -06:00 committed by GitHub
parent 182de95dae
commit 597ffd8f65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ config.asflags = [
config.ldflags = [ config.ldflags = [
"-fp hardware", "-fp hardware",
"-nodefaults", "-nodefaults",
"-warn off", # "-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