We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93c95e4 commit fd27ad8Copy full SHA for fd27ad8
1 file changed
CMakeLists.txt
@@ -1,5 +1,7 @@
1
cmake_minimum_required(VERSION 3.12)
2
3
+set(CMAKE_BUILD_TYPE RelWithDebInfo)
4
+
5
include(pico_sdk_import.cmake)
6
7
set(FREERTOS_KERNEL_PATH ${CMAKE_CURRENT_LIST_DIR}/freertos)
0 commit comments