mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-21 07:40:29 +00:00
Updated Notes About ccache (markdown)
@@ -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
|
||||
|
Reference in New Issue
Block a user