Skip to content

Commit 4d646d9

Browse files
committed
ccache on as default
1 parent 1fbccdc commit 4d646d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/project-common.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ set(TEST_NAMESPACE dotname)
3939
# ==============================================================================
4040

4141
option(ENABLE_GTESTS "Build and run unit tests" ON)
42-
option(ENABLE_CCACHE "Use ccache compiler cache" OFF)
42+
# sudo dnf install ccache
43+
option(ENABLE_CCACHE "Use ccache compiler cache" ON)
4344
option(BUILD_SHARED_LIBS "Build shared (.so) libraries" OFF)
4445
option(USE_STATIC_RUNTIME "Link C++ runtime statically" OFF)
4546
option(ENABLE_IPO "Enable link-time optimization" OFF)

0 commit comments

Comments
 (0)