mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Raise ccache limit to 300M
Ring Racers' object file output is considerably larger than SRB2. 50M is insufficient to hold even a single build.
This commit is contained in:
parent
0238113062
commit
27ee559eaf
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
||||||
echo stats_log = $PWD/ccache_statslog | tee --append ~/.ccache/ccache.conf
|
echo stats_log = $PWD/ccache_statslog | tee --append ~/.ccache/ccache.conf
|
||||||
- |
|
- |
|
||||||
# max_size
|
# max_size
|
||||||
echo max_size = 50M | tee --append ~/.ccache/ccache.conf
|
echo max_size = 300M | tee --append ~/.ccache/ccache.conf
|
||||||
- |
|
- |
|
||||||
# ccache_config
|
# ccache_config
|
||||||
echo -e "\e[0Ksection_end:`date +%s`:ccache_config\r\e[0K"
|
echo -e "\e[0Ksection_end:`date +%s`:ccache_config\r\e[0K"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue