summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-02-08 12:49:16 +0100
committerAetias <aetias@outlook.com>2025-02-08 12:49:16 +0100
commitbbc7382bdfcaaa2332378bc2a40b49600b238f5a (patch)
tree7a1d405c1cc679cc2f04c29d05025293c67ad306 /tools
parent816c696255d4199ebbda20716b8e782701f048d8 (diff)
parent344163309c0febd621c4e9b208ed82d54c0f4a61 (diff)
Merge remote-tracking branch 'zeldaret/main' into decomp-PlayerControl
Diffstat (limited to 'tools')
-rw-r--r--tools/configure.py1
-rwxr-xr-x[-rw-r--r--]tools/transform_dep.py0
2 files changed, 1 insertions, 0 deletions
diff --git a/tools/configure.py b/tools/configure.py
index 26f7e86e..7f2c5b26 100644
--- a/tools/configure.py
+++ b/tools/configure.py
@@ -32,6 +32,7 @@ CC_FLAGS = " ".join([
"-Cpp_exceptions off", # Disable C++ exceptions
"-RTTI off", # Disable runtime type information
"-interworking", # Enable ARM/Thumb interworking
+ "-w off", # Disable warnings
"-sym on", # Debug info, including line numbers
"-gccinc", # Interpret #include "..." and #include <...> equally
"-nolink", # Do not link
diff --git a/tools/transform_dep.py b/tools/transform_dep.py
index 124de04b..124de04b 100644..100755
--- a/tools/transform_dep.py
+++ b/tools/transform_dep.py