We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028d14c commit 30ca9d6Copy full SHA for 30ca9d6
CMakeLists.txt
@@ -5,7 +5,7 @@ project(aws-lambda-runtime
5
LANGUAGES CXX)
6
7
option(ENABLE_LTO "Enables link-time optimization, requires compiler support." OFF)
8
-option(ENABLE_TESTS "Enables building integration tests, requires AWS C++ SDK." OFF)
+option(ENABLE_TESTS "Enables building the test project, requires AWS C++ SDK." OFF)
9
option(ENABLE_SANITIZERS "Enables ASan and UBSan." OFF)
10
11
add_library(${PROJECT_NAME}
0 commit comments