diff options
| author | Avamander <avamander@gmail.com> | 2020-10-04 12:08:48 (GMT) |
|---|---|---|
| committer | Avamander <avamander@gmail.com> | 2020-10-09 08:36:16 (GMT) |
| commit | f68c7b65b31f0bb7ff729740a29d5796b2c04f01 (patch) | |
| tree | 89d957f4bdf5d6ad8a0f888f3ca2b25de907ab4c /src/CMakeLists.txt | |
| parent | bb72712d376685143b57d321c6f967cbbca4c28e (diff) | |
Minor formatting, diagnostic and documentation changes
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 961dedb..cd37810 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -552,7 +552,7 @@ link_directories( ) -set(COMMON_FLAGS -MP -MD -mthumb -mabi=aapcs -Wall -g3 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin --short-enums -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Wreturn-type -Werror=return-type) +set(COMMON_FLAGS -MP -MD -mthumb -mabi=aapcs -Wall -Wno-unknown-pragmas -g3 -ffunction-sections -fdata-sections -fno-strict-aliasing -fno-builtin --short-enums -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-sp-d16 -Wreturn-type -Werror=return-type) add_definitions(-DCONFIG_GPIO_AS_PINRESET) add_definitions(-DDEBUG) add_definitions(-DNIMBLE_CFG_CONTROLLER) |
