Gentoo Archives: gentoo-user

From: Raffaele BELARDI <raffaele.belardi@××.com>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] per-package CFLAGS
Date: Tue, 27 Jan 2015 13:33:58
Message-Id: 54C79427.7060109@st.com
1 I have a package failing build (media-tv/mythtv). One resource on the
2 net suggests using the -fno-devirtualize gcc flag. Google tells me that
3 the way to do that would be something like
4
5 $ echo "CFLAGS=\"${CFLAGS} -fno-devirtualize\"" >
6 /etc/portage/env/media-tv/mythtv
7
8 but the references are pretty old. Is this still the preferred way?
9
10 thanks,
11
12 raffaele

Replies

Subject Author
[gentoo-user] Re: per-package CFLAGS "Holger Hoffstätte" <holger.hoffstaette@××××××××××.com>