Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32745 - -Os in CFLAGS breaks games-emulation/openmsx
Summary: -Os in CFLAGS breaks games-emulation/openmsx
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Games (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-04 14:43 UTC by Tony Vroon (RETIRED)
Modified: 2003-11-04 14:47 UTC (History)
0 users

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 Tony Vroon (RETIRED) gentoo-dev 2003-11-04 14:43:20 UTC
Having -Os in CFLAGS breaks openmsx, the compile works, but the application fails to start:

Using default machine: cbios-msx2
Aborted

Using -O2 instead results in a normal, working binary.

Please have the ebuild replace -Os with -O2.
Comment 1 Mr. Bones. (RETIRED) gentoo-dev 2003-11-04 14:47:55 UTC
Fixed in CVS.  Thanks for the bug report.