diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-08-23 00:16:11 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-09-14 11:19:34 +0200 |
| commit | 975bfc5420e7e53d134956ca919a29a921942c82 (patch) | |
| tree | b7a820a6c08aa9b5bf04003a5385f3b9a669b075 | |
| parent | 2625ed39e5a5d1f2ff2bfe8780d06e37c86e886a (diff) | |
Size optimise NRF SDK build
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index fd8ece62..dc3b6176 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -860,7 +860,6 @@ target_compile_options(nrf-sdk PRIVATE $<$<CONFIG:RELEASE>: ${RELEASE_FLAGS}> $<$<COMPILE_LANGUAGE:CXX>: ${CXX_FLAGS}> $<$<COMPILE_LANGUAGE:ASM>: ${ASM_FLAGS}> - -O3 ) # NimBLE |
