update dotfiles

This commit is contained in:
Evgenii Alekseev 2020-10-20 13:48:18 +03:00
parent f113ced6f8
commit e7512b6f70
4 changed files with 12 additions and 5 deletions

View File

@ -16,6 +16,8 @@
[push]
default = simple
followTags = true
[pull]
rebase = true
[merge]
tool = vimdiff
[alias]

View File

@ -2,3 +2,4 @@
default-key 2E89012331361F01
keyserver-options auto-key-retrieve
keyserver keys.gnupg.net

View File

@ -41,17 +41,19 @@ CPPFLAGS="-D_FORTIFY_SOURCE=2"
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fno-plt"
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now"
#RUSTFLAGS="-C opt-level=2"
#-- Make Flags: change this for DistCC/SMP systems
#MAKEFLAGS="-j2"
#-- Debugging flags
DEBUG_CFLAGS="-g -fvar-tracking-assignments"
DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
#DEBUG_RUSTFLAGS="-C debuginfo=2"
#########################################################################
# BUILD ENVIRONMENT
#########################################################################
#
# Defaults: BUILDENV=(!distcc !color !ccache check !sign)
# Defaults: BUILDENV=(!distcc color !ccache check !sign)
# A negated environment option will do the opposite of the comments below.
#
#-- distcc: Use the Distributed C/C++/ObjC compiler
@ -90,7 +92,7 @@ BUILDENV=(!distcc color !ccache check !sign)
#
OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug)
#-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
#-- File integrity checks to use. Valid: md5, sha1, sha224, sha256, sha384, sha512, b2
INTEGRITY_CHECK=(md5)
#-- Options to be used when stripping binaries. See `man strip' for details.
STRIP_BINARIES="--strip-all"
@ -104,6 +106,8 @@ MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
#-- Files to be removed from all packages (if purge is specified)
PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
#-- Directory to store source code in for debug packages
DBGSRCDIR="/usr/src/debug"
#########################################################################
# PACKAGE OUTPUT

View File

@ -7,6 +7,6 @@ Server = http://repo.arcanis.me/repo/$arch
[blackarch]
Server = http://mirror.yandex.ru/mirrors/blackarch/$repo/os/$arch
[mingw-w64]
Server = http://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch
SigLevel = Never
#[mingw-w64]
#Server = http://downloads.sourceforge.net/project/mingw-w64-archlinux/$arch
#SigLevel = Never