mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-21 12:01:05 +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
dfada161cc
commit
0e293c4c98
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
|||
echo stats_log = $PWD/ccache_statslog | tee --append ~/.ccache/ccache.conf
|
||||
- |
|
||||
# max_size
|
||||
echo max_size = 50M | tee --append ~/.ccache/ccache.conf
|
||||
echo max_size = 300M | tee --append ~/.ccache/ccache.conf
|
||||
- |
|
||||
# ccache_config
|
||||
echo -e "\e[0Ksection_end:`date +%s`:ccache_config\r\e[0K"
|
||||
|
|
Loading…
Reference in a new issue