diff options
| author | Aetias <144526980+AetiasHax@users.noreply.github.com> | 2025-02-05 21:51:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 21:51:31 +0100 |
| commit | 64410e4b3e4c98751f83bfbdc8afb92d9e033d62 (patch) | |
| tree | 5114ad865003998886f8bea78056dee0288925c0 /tools | |
| parent | 705596daff8989db4d7bfd7a980609951c7a6c20 (diff) | |
| parent | 80460498fe50076b09ce8ebf34a88825ea072948 (diff) | |
Merge branch 'main' into transform_dep
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/configure.py | 1 |
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 |
