mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 07:57:18 +00:00
update dotfiles
This commit is contained in:
parent
f113ced6f8
commit
e7512b6f70
@ -16,6 +16,8 @@
|
||||
[push]
|
||||
default = simple
|
||||
followTags = true
|
||||
[pull]
|
||||
rebase = true
|
||||
[merge]
|
||||
tool = vimdiff
|
||||
[alias]
|
||||
|
1
gpg.conf
1
gpg.conf
@ -2,3 +2,4 @@
|
||||
|
||||
default-key 2E89012331361F01
|
||||
keyserver-options auto-key-retrieve
|
||||
keyserver keys.gnupg.net
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user