From f4aa3e42ee5990183da4817594cddf7276154f5b Mon Sep 17 00:00:00 2001 From: sommermorgentraum <24917424+zxkmm@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:45:56 +0800 Subject: [PATCH] Updated Notes About ccache (markdown) --- Notes-About-ccache.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Notes-About-ccache.md b/Notes-About-ccache.md index 5dd6fbd..eb94473 100644 --- a/Notes-About-ccache.md +++ b/Notes-About-ccache.md @@ -29,7 +29,7 @@ cmake -DUSE_CCACHE=OFF .. make -j #(...other steps that in compile guide...) ``` -### default behavior (off) +### default behavior (off) (if you turned it on, this will became on until you turn it off again) ``` #(...other steps that in compile guide...) mkdir build @@ -58,7 +58,7 @@ cmake -G Ninja -DUSE_CCACHE=OFF .. ninja #(...other steps that in compile guide...) ``` -### default behavior (off) +### default behavior (off) (if you turned it on, this will became on until you turn it off again) ``` #(...other steps that in compile guide...) mkdir build