profile: update qa tracking flags

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-06-21 14:54:25 -04:00
parent 4bdb0200f6
commit 9ed56cc1dd
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A
2 changed files with 6 additions and 11 deletions

View file

@ -2,10 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile
# This will help developers track packages, that don't respect LDFLAGS, down
# more effectively
LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu"
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"
#Adding -frecord-gcc-switches to help track down packages which don't respect *FLAGS
#should probably leave a note in /etc/portage/make.conf about keeping this when override

View file

@ -1,17 +1,13 @@
# Adding -Wl,--hash-style=gnu to default LDFLAGS for linux/amd64 dev profile
# This will help developers track packages, that don't respect LDFLAGS, down
# more effectively
LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu"
#the settings below are disabled temporary due to the nasty bug:
#https://bugs.gentoo.org/show_bug.cgi?id=492892
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"
#Adding -frecord-gcc-switches to help track down packages which don't respect *FLAGS
#should probably leave a note in /etc/portage/make.conf about keeping this when override
#CFLAGS="${CFLAGS} -frecord-gcc-switches"
#CXXFLAGS="${CXXFLAGS} -frecord-gcc-switches"
#FFLAGS="${FFLAGS} -frecord-gcc-switches"
#FCFLAGS="${FCFLAGS} -frecord-gcc-switches"
CFLAGS="${CFLAGS} -frecord-gcc-switches"
CXXFLAGS="${CXXFLAGS} -frecord-gcc-switches"
FFLAGS="${FFLAGS} -frecord-gcc-switches"
FCFLAGS="${FCFLAGS} -frecord-gcc-switches"
#for major use of binpkgs, we need to "fix" a few of gentoo's flaws:
#a package built against kernel A will attempt to be used even when remerging on kernel B (often to hilarious consequences)