Updated Notes About ccache (markdown)

sommermorgentraum 2024-10-17 14:45:56 +08:00
parent 7ebb351650
commit f4aa3e42ee

@ -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