diff options
| author | JF002 <JF002@users.noreply.github.com> | 2020-10-11 15:05:01 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-11 15:05:01 (GMT) |
| commit | da73938f4d3fe04cc116bdb4d4885c5916aacb0e (patch) | |
| tree | 183422265545e6db4e20a7b263a505d3f59f729c /src/CMakeLists.txt | |
| parent | bb72712d376685143b57d321c6f967cbbca4c28e (diff) | |
| parent | fd110dabe82f100550a7538c0e3eb3a439c9a7d2 (diff) | |
Merge pull request #82 from Avamander/patch-6
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) |
