We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fbccdc commit 4d646d9Copy full SHA for 4d646d9
cmake/project-common.cmake
@@ -39,7 +39,8 @@ set(TEST_NAMESPACE dotname)
39
# ==============================================================================
40
41
option(ENABLE_GTESTS "Build and run unit tests" ON)
42
-option(ENABLE_CCACHE "Use ccache compiler cache" OFF)
+# sudo dnf install ccache
43
+option(ENABLE_CCACHE "Use ccache compiler cache" ON)
44
option(BUILD_SHARED_LIBS "Build shared (.so) libraries" OFF)
45
option(USE_STATIC_RUNTIME "Link C++ runtime statically" OFF)
46
option(ENABLE_IPO "Enable link-time optimization" OFF)
0 commit comments