backbone configs updated

This commit is contained in:
Kolan Sh 2012-08-19 12:52:10 +04:00
parent 2ee1d9744f
commit 2eda8a2670
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,5 @@
CFLAGS="-O2 -march=athlon64-sse3 -mtune=athlon64-sse3 -msse3 -mfpmath=sse -pipe"
# CFLAGS="-O2 -march=athlon64-sse3 -mtune=athlon64-sse3 -msse3 -mfpmath=sse -pipe"
CFLAGS="-O2 -pipe -march=native -msse3"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
@ -22,6 +23,9 @@ CCACHE_SIZE="6G"
CCACHE_DIR="/var/tmp/ccache"
PORTAGE_NICENESS="19"
# Для portage 2.2 также можно ограничивать и приоритет ввода-вывода, задайте в /etc/make.conf
PORTAGE_IONICE_COMMAND="ionice -c 3 -p \${PID}"
FETCHCOMMAND="/usr/sbin/gentoo-fetchcommand.sh \"\${URI}\" -O \"\${DISTDIR}/\${FILE}\""
source /var/lib/layman/make.conf
@ -41,7 +45,7 @@ SYNC="git://git.calculate.ru/calculate/portage.git"
PORTAGE_ELOG_CLASSES="warn error log"
PORTAGE_ELOG_SYSTEM="save"
NGINX_MODULES_HTTP="passenger proxy rewrite gzip"
NGINX_MODULES_HTTP="proxy rewrite gzip"
RUBY_TARGETS="ruby18"