We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a44a64 commit 48b7fe8Copy full SHA for 48b7fe8
aws-common-runtime/CMakeLists.txt
@@ -4,7 +4,7 @@ project(aws-crt)
4
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")
5
6
if(NOT CMAKE_BUILD_TYPE)
7
- set(CMAKE_BUILD_TYPE Release)
+ set(CMAKE_BUILD_TYPE RelWithDebInfo)
8
endif()
9
10
include(ExternalProject)
@@ -18,5 +18,5 @@ set(AWS_DEPS_DOWNLOAD_DIR "${AWS_DEPS_BUILD_DIR}/downloads" CACHE PATH "Dependen
18
message("install dir ${AWS_DEPS_INSTALL_DIR}")
19
20
set(AWS_CRT_CPP_URL "https://github.com/awslabs/aws-crt-cpp.git")
21
-set(AWS_CRT_CPP_SHA "v0.6.2")
+set(AWS_CRT_CPP_SHA "v0.6.3")
22
include(BuildAwsCrtCpp)
0 commit comments