From 22f729bcab69d6d120d2508beb629c6fe03b9cca Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Sat, 19 May 2018 14:42:00 -0700 Subject: [PATCH] TODO --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index bcf171dd..9e02d333 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,10 @@ cmake_policy(SET CMP0054 NEW) # note: for clang-tidy, we need cmake 3.6, or (if the return code should be handled correctly, e.g. on CI), we need 3.8. +# TODO Perf test: +# - try if setting CRYPTOPP_NATIVE_ARCH=ON and adding -march=native to the compile commands for cryfs source files makes a difference +# -> if yes, offer a cmake option to enable both of these + project(cryfs) include(utils.cmake)