| Bug#: 39377 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: base-system@gentoo.org | Reported By: ciaran.mccreesh@googlemail.com | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: bzip2 always uses -fomit-frame-pointer | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2004-01-25 13:01 0000 | |||
| Description: | Opened: 2004-01-25 13:01 0000 |
bzip2 will always compile with -fomit-frame-pointer, even if this setting is not specified in the user's CFLAGS. At least on non-x86 this should be left up to make.conf and not forced upon the user (it has no effect on performance for archs with over about a dozen GP registers anyway).
USE=debug will remove the -fomit-frame-pointer