Skip to content

Commit

Permalink
build MinSizeRel by default
Browse files Browse the repository at this point in the history
  • Loading branch information
devbis committed Oct 5, 2023
1 parent 4ac9bba commit 77cbd8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# We will always be building Release in order to enable all needed optimizations
# Debug symbols will be still present in the ELF file
SET(CMAKE_BUILD_TYPE Release)
SET(CMAKE_BUILD_TYPE MinSizeRel)

# Prepare the toolchain for Telink 8251/8258 microcontroller
include(cmake/TelinkSDK.cmake)
Expand Down

0 comments on commit 77cbd8a

Please sign in to comment.