From 8c704238462c749f7065d54b79e558c6174930e0 Mon Sep 17 00:00:00 2001 From: Steven Casper Date: Sat, 22 Jun 2024 00:13:14 -0400 Subject: [PATCH] enable linker warnings --- configure.py | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.py b/configure.py index 5590fdf3..08cff433 100644 --- a/configure.py +++ b/configure.py @@ -151,7 +151,6 @@ 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