Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 148965 - dev-lang/ruby doesn't need to filter fomit-frame-pointer
Summary: dev-lang/ruby doesn't need to filter fomit-frame-pointer
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High trivial (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
: 150413 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-09-24 10:03 UTC by Kaiting Chen
Modified: 2006-10-09 05:05 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kaiting Chen 2006-09-24 10:03:52 UTC
filter-flags -fomit-frame-pointer

That was added three years ago. Things have progressed quite a bit, and that's really no longer necessary.
I can verify it compiles fine since gcc 3.4 and also fine on gcc 4.1.

And fomit-frame-pointer really speeds things up significantly.
So we should get rid of that line.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2006-10-06 06:05:03 UTC
I got rid of this line for 1.8.5-r1, so it will propagate through the new versions soon.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2006-10-07 13:21:12 UTC
*** Bug 150413 has been marked as a duplicate of this bug. ***
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-10-07 13:21:38 UTC
OK, now it segfaults again. Please, revert this.
Comment 4 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-10-09 04:56:00 UTC
I'll take care.
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-10-09 05:05:22 UTC
Fixed.