diff options
| author | Aetias <aetias@outlook.com> | 2025-02-05 16:55:10 +0100 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-02-05 16:55:10 +0100 |
| commit | cf6160445e281187ea71d17ed00cbc53beffcc32 (patch) | |
| tree | 25b04eb47fda6948af0a7de0b521ac0553cb92c7 /tools | |
| parent | 5b887cbbe44ab4d7063774f1d2238aa8e826e282 (diff) | |
Disable compiler warnings
No more build output spam
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 |
