Skip to content

Commit fd27ad8

Browse files
committed
CMakeLists.txt: set explicit build type
1 parent 93c95e4 commit fd27ad8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
cmake_minimum_required(VERSION 3.12)
22

3+
set(CMAKE_BUILD_TYPE RelWithDebInfo)
4+
35
include(pico_sdk_import.cmake)
46

57
set(FREERTOS_KERNEL_PATH ${CMAKE_CURRENT_LIST_DIR}/freertos)

0 commit comments

Comments
 (0)