We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc73dd commit fc74c5fCopy full SHA for fc74c5f
1 file changed
CMakeLists.txt
@@ -11,6 +11,8 @@ include(CheckLinkerFlag)
11
# TODO(ae): use target_compile_features(cxx_std_20)
12
set(CMAKE_CXX_STANDARD 20)
13
set(CMAKE_CXX_STANDARD_REQUIRED ON)
14
+set(CMAKE_OPTIMIZE_DEPENDENCIES ON)
15
+set(CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY ON)
16
17
option(TPDE_INCLUDE_TESTS "enable test" ON)
18
option(TPDE_ENABLE_ENCODEGEN "enable tpde-encodegen tool (needs LLVM)" ON)
0 commit comments