Skip to content

Commit

Permalink
Merge pull request #33 from stevenewald/no-exceptions
Browse files Browse the repository at this point in the history
Disable exceptions
  • Loading branch information
stevenewald authored Nov 18, 2024
2 parents ff10f0b + e68543c commit 39003e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions external/nrf52x-base/make/Configuration.mk
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,9 @@ override CXXFLAGS += \
-DETL_NO_STL \
-Wall \
-Wextra \
-fno-exceptions \
-fno-unwind-tables \
-fno-asynchronous-unwind-tables \
-Wno-date-time \
-Wno-unused-parameter \
-Werror=return-type \
Expand Down

0 comments on commit 39003e3

Please sign in to comment.