summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAetias <144526980+AetiasHax@users.noreply.github.com>2025-02-05 21:51:31 +0100
committerGitHub <noreply@github.com>2025-02-05 21:51:31 +0100
commit64410e4b3e4c98751f83bfbdc8afb92d9e033d62 (patch)
tree5114ad865003998886f8bea78056dee0288925c0 /tools
parent705596daff8989db4d7bfd7a980609951c7a6c20 (diff)
parent80460498fe50076b09ce8ebf34a88825ea072948 (diff)
Merge branch 'main' into transform_dep
Diffstat (limited to 'tools')
-rw-r--r--tools/configure.py1
1 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