diff options
| author | CrossR <r.cross@lancaster.ac.uk> | 2020-09-01 18:27:40 +0100 |
|---|---|---|
| committer | CrossR <r.cross@lancaster.ac.uk> | 2020-09-01 18:27:40 +0100 |
| commit | 21875cde884a4acdd22864cb0690baa9595c945a (patch) | |
| tree | 690def9599da22add8df8c2f07eefec87f204668 /app/CMakeLists.txt | |
| parent | 6be07b5b243d62fd6c531c4c8d6e81e61147eac6 (diff) | |
| parent | 4202db5a01e04e2e403941f40aea47a11f668853 (diff) | |
Merge remote-tracking branch 'upstream/main' into CrossR/Sofle
Diffstat (limited to 'app/CMakeLists.txt')
| -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 |
