On Fri, 30 Jan 2009 13:55:33 -0500 Richard Freeman <[email protected]> wrote: > Apparently it builds with -O2 only. Why -Os and -frename-registers > and -fweb would cause problems isn't obvious to me - those are pretty > safe settings 99% of the time (actually, the full list of CFLAGS > works 99% of the time for that matter). If paludis doesn't build > with anything other than -O2 perhaps it would make sense to filter > the flags in the ebuild? Those reduced flags are pretty common for > amd64.
We only filter flags that people can sensibly be expected to be using. If it's -Os that's breaking, we can replace it with -O2 in the ebuild. If it's one of the others, you're on your own. -- Ciaran McCreesh
signature.asc
Description: PGP signature
_______________________________________________ paludis-user mailing list [email protected] http://lists.pioto.org/mailman/listinfo/paludis-user
