diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-01 10:04:17 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-01 10:04:17 -0400 |
commit | b85ac13564a1838fa04af78f6ece5044d32f6fb6 (patch) | |
tree | 2f7e72fb4e869185f6b8d7bd207511ac1791135d | |
parent | c6517737f7c350c0bbd513cb1f342bc692e47352 (diff) | |
parent | 21fcab208e50bf8ccbe9e238662ca86c35dab077 (diff) |
Merge pull request #145 from okke-formsma/stop-fatal-errors
stop on fatal errors
-rw-r--r-- | app/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/CMakeLists.txt b/app/CMakeLists.txt index 9fce3b6..db56c53 100644 --- a/app/CMakeLists.txt +++ b/app/CMakeLists.txt @@ -56,3 +56,5 @@ target_sources_ifdef(CONFIG_ZMK_RGB_UNDERGLOW app PRIVATE src/rgb_underglow.c) target_sources(app PRIVATE src/endpoints.c) target_sources(app PRIVATE src/hid_listener.c) target_sources(app PRIVATE src/main.c) + +zephyr_cc_option(-Wfatal-errors)
\ No newline at end of file |