mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-27 12:05:34 +00:00
Updated Notes About ccache (markdown)
parent
7ebb351650
commit
f4aa3e42ee
@ -29,7 +29,7 @@ cmake -DUSE_CCACHE=OFF ..
|
|||||||
make -j
|
make -j
|
||||||
#(...other steps that in compile guide...)
|
#(...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...)
|
#(...other steps that in compile guide...)
|
||||||
mkdir build
|
mkdir build
|
||||||
@ -58,7 +58,7 @@ cmake -G Ninja -DUSE_CCACHE=OFF ..
|
|||||||
ninja
|
ninja
|
||||||
#(...other steps that in compile guide...)
|
#(...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...)
|
#(...other steps that in compile guide...)
|
||||||
mkdir build
|
mkdir build
|
||||||
|
Loading…
Reference in New Issue
Block a user