Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 376925 - media-libs/x264-0.0.20110426 does not respect CFLAGS
Summary: media-libs/x264-0.0.20110426 does not respect CFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-29 13:40 UTC by Agostino Sarubbo
Modified: 2011-09-07 02:26 UTC (History)
1 user (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 Agostino Sarubbo gentoo-dev 2011-07-29 13:40:04 UTC
x86_64-pc-linux-gnu-gcc -Wshadow -O1 -g -march=native -O2 -g0 -Wall -I. -march=native -O2 -g0 -std=gnu99 -fPIC -fno-tree-vectorize   -c -o encoder/lookahead.o encoder/lookahead.c


Please drop -g and -O1(is overwrited by -O2 but since you're touching go to good job )

This modify, imho, should be added directly in a new bump in a bug 376923
Comment 1 Patrick McLean gentoo-dev 2011-09-07 02:26:11 UTC
Added custom-cflags USE flag to media-libs/x264-0.0.20110825 to respect -O? flag and drop -g flag when USE=debug is set. Added as a USE flag as upstream doesn't like us playing around with their CFLAGS.