blob: b485e5c09ab9b585a30b1a478489fbf0ab079c4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/targets/developer/make.defaults,v 1.3 2009/10/04 09:44:27 ssuominen Exp $
FEATURES="collision-protect cvs digest multilib-strict sign splitdebug stricter test userpriv usersandbox"
# Disable branding (from desktop)
USE="-branding"
# As much as it pains me, we hope that developers know what they're doing.
I_KNOW_WHAT_I_AM_DOING="yes"
# Enable asneeded for GNU ld.
LD_AS_NEEDED="1"
|