dev-util/ccache: Добавлены настройки ccache

mhiretskiy
parent ffd8d7e006
commit b0a2f2b70b

@ -0,0 +1 @@
# Calculate mergepkg()!= append=skip os_root_type==hdd

@ -0,0 +1 @@
# Calculate path=/var/calculate name=ccache chmod=2775 chown=root:portage exists(/var/calculate/ccache)==

@ -0,0 +1,6 @@
# Calculate format=postfix
#max_size = 2G
compression = true
compression_level = 6
umask = 002
compiler_check = %compiler% -v

@ -0,0 +1,4 @@
# Calculate comment=# path=/etc/portage/make.conf
FEATURES="${FEATURES} ccache"
CCACHE_DIR="/var/calculate/ccache"

@ -18,7 +18,7 @@
#-------------------------------
# Mettre à jour depuis les paquets binaires (par défaut) ou les codes sources.
#os_install_locale_language#
#FEATURES="-getbinpkg"
#FEATURES="${FEATURES} -getbinpkg"
#?os_install_locale_language!=ru&&os_install_locale_language!=fr#
# Emerge will ignore matching binary packages. A space separated list of packags
@ -81,3 +81,10 @@ MAKEOPTS="#-os_install_makeopts-#"
#os_install_locale_language#
#CFLAGS="-O2 -march=native -pipe"
#CXXFLAGS="${CFLAGS}"
#?os_install_locale_language!=ru#
# Максимальный размер ccache
#!os_install_locale_language#
# Maximum size of the ccache.
#os_install_locale_language#
#CCACHE_SIZE="2G"

@ -0,0 +1 @@
# Calculate path=/var/calculate/remote/tmp name=ccache-#-os_builder_arch_machine-#-gcc-#-pkg(sys-devel/gcc)-#"

@ -0,0 +1,6 @@
# Calculate format=postfix
#max_size = 30G
compression = true
compression_level = 6
umask = 002
compiler_check = %compiler% -v
Loading…
Cancel
Save