Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 454304 - sys-apps/tuxonice-userui does not respect CFLAGS="-O"
Summary: sys-apps/tuxonice-userui does not respect CFLAGS="-O"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Pacho Ramos
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-27 13:14 UTC by Agostino Sarubbo
Modified: 2013-01-27 14:05 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 Agostino Sarubbo gentoo-dev 2013-01-27 13:14:02 UTC
make -j4 CC=x86_64-pc-linux-gnu-gcc tuxoniceui 
x86_64-pc-linux-gnu-gcc -march=native -O2 -g0 -pipe -Wall -O3   -c -o userui_core.o userui_core.c
x86_64-pc-linux-gnu-gcc -march=native -O2 -g0 -pipe -Wall -O3   -c -o userui_text.o userui_text.c

Please drop -O3
Comment 1 Pacho Ramos gentoo-dev 2013-01-27 14:05:32 UTC
+  27 Jan 2013; Pacho Ramos <pacho@gentoo.org> tuxonice-userui-1.1-r2.ebuild:
+  Don't append -O3, bug #454304 by Agostino Sarubbo
+