summaryrefslogtreecommitdiff
path: root/profiles/default/linux/amd64/17.1/developer/make.defaults
blob: 28426a7b24f16b958828c14b87d4635142680bb2 (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/amd64 dev profile
# This will help developers track packages, that don't respect LDFLAGS, down
# more effectively
LDFLAGS="${LDFLAGS} -Wl,--defsym=__gentoo_check_ldflags__=0"