mirror of
https://github.com/arcan1s/dotfiles.git
synced 2025-04-24 16:07:17 +00:00
update cfgs according to the last changes
This commit is contained in:
parent
ceb0b307ff
commit
9dcef4c0ce
@ -37,8 +37,8 @@ CHOST="x86_64-unknown-linux-gnu"
|
||||
# -march (or -mcpu) builds exclusively for an architecture
|
||||
# -mtune optimizes for an architecture, but builds for whole processor family
|
||||
CPPFLAGS="-D_FORTIFY_SOURCE=2"
|
||||
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
|
||||
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param=ssp-buffer-size=4"
|
||||
CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
|
||||
CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong"
|
||||
LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
|
||||
#-- Make Flags: change this for DistCC/SMP systems
|
||||
#MAKEFLAGS="-j2"
|
||||
|
9
yaourtrc
9
yaourtrc
@ -1,14 +1,15 @@
|
||||
# yaourtrc - Configuration for yaourt
|
||||
#
|
||||
#
|
||||
# See yaourtrc(5) for more information
|
||||
#
|
||||
#
|
||||
#
|
||||
|
||||
# General
|
||||
#AUTOSAVEBACKUPFILE=0
|
||||
#DEVELSRCDIR=""
|
||||
#DEVEL=0
|
||||
EDITOR="/usr/bin/vim"
|
||||
#VISUAL="$VISUAL"
|
||||
#EDITOR="$EDITOR"
|
||||
#FORCEENGLISH=0
|
||||
#FORCE=0
|
||||
#TMPDIR="/tmp"
|
||||
@ -31,6 +32,7 @@ SUDONOVERIF=1 # Avoid multiple sudo checks when timestamp_timeout=0
|
||||
#AURSEARCH=1
|
||||
#AURUPGRADE=0
|
||||
#AURVOTE=1
|
||||
#AURUSEGIT=0
|
||||
|
||||
# Build
|
||||
EXPORT=2 # Export to 1: EXPORTDIR or PKGDEST
|
||||
@ -56,6 +58,7 @@ PU_NOCONFIRM=1 # Add --noconfirm to $PACMAN -U
|
||||
|
||||
# Command
|
||||
PACMAN="/usr/bin/pacman"
|
||||
#MAKEPKG="makepkg"
|
||||
DIFFEDITCMD="/usr/bin/vimdiff"
|
||||
|
||||
# pacdiffviewer
|
||||
|
Loading…
Reference in New Issue
Block a user