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/)