From 965d8fdcdb556238a0a7183398eecaca8062aa84 Mon Sep 17 00:00:00 2001 From: Akash Levy Date: Thu, 17 Oct 2024 12:02:04 -0700 Subject: [PATCH] Enable ccache by default in yosys --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 394adeea4..fa6904534 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ ENABLE_GCOV := 0 ENABLE_GPROF := 0 ENABLE_DEBUG := 0 ENABLE_LTO := 0 -ENABLE_CCACHE := 0 +ENABLE_CCACHE := 1 # sccache is not always a drop-in replacement for ccache in practice ENABLE_SCCACHE := 0 ENABLE_FUNCTIONAL_TESTS := 0