Skip to content
Snippets Groups Projects
Commit afb965b1 authored by Eidolon's avatar Eidolon
Browse files

Raise ccache limit to 300M

Ring Racers' object file output is considerably larger than SRB2.
50M is insufficient to hold even a single build.
parent 80d1cc82
No related branches found
Tags SRB2_release_2.1.21
No related merge requests found
...@@ -112,7 +112,7 @@ ...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment