From 0337487999fc2352ab7e4cd63f6e9431ccb4d870 Mon Sep 17 00:00:00 2001 From: WolverinDEV Date: Mon, 2 Mar 2020 19:33:01 +0100 Subject: [PATCH] Added a small comment --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 161be80..3bb8386 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -84,6 +84,7 @@ else() set(CMAKE_CXX_FLAGS_RELEASE "-O3") #-DNDEBUG We want assert! endif() +# TODO: Reenable for the TeaClient! #add_definitions(-DUSE_BORINGSSL) #include_directories(${LIBRARY_PATH}/boringssl/include/)