aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/toolchain/arm-none-eabi-gcc.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/toolchain/arm-none-eabi-gcc.cmake b/cmake/toolchain/arm-none-eabi-gcc.cmake
index ec10b2f..ce54cd5 100644
--- a/cmake/toolchain/arm-none-eabi-gcc.cmake
+++ b/cmake/toolchain/arm-none-eabi-gcc.cmake
@@ -105,4 +105,6 @@ add_compile_options(
-Wunused
-Wno-redundant-decls
+
+ -Wno-psabi
)