summaryrefslogtreecommitdiff
path: root/profiles/default/linux/x86/13.0/developer/make.defaults
blob: e0cc9679f94848c4bc7d9588b22dafeaefcdf7d6 (plain)
1
2
3
4
5
6
7
# Copyright 2010-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

# Adding -Wl,--defsym=__gentoo_check_ldflags__=0 to default LDFLAGS for linux/x86 dev profile
# This will help developers track down packages, that don't respect LDFLAGS,
# more easily
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"