mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-11-23 10:05:27 +00:00
Updated Notes About ccache (markdown)
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
|
||||
|
Loading…
Reference in New Issue
Block a user