From 597ffd8f653f56c84ecc637617396eb6c11646a4 Mon Sep 17 00:00:00 2001 From: Luke Street Date: Mon, 10 Jun 2024 00:47:36 -0600 Subject: [PATCH] Keep ldflags "-warn off" commented --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.py b/configure.py index 2f728ad..679cdfa 100755 --- a/configure.py +++ b/configure.py @@ -151,7 +151,7 @@ config.asflags = [ config.ldflags = [ "-fp hardware", "-nodefaults", - "-warn off", + # "-warn off", # "-listclosure", # Uncomment for Wii linkers ] # Use for any additional files that should cause a re-configure when modified