Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 443974 - =net-irc/inspircd adds itself CXXFLAGS="-pipe -Wall -O2 -g1"
Summary: =net-irc/inspircd adds itself CXXFLAGS="-pipe -Wall -O2 -g1"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Chema Alonso Josa (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-19 23:48 UTC by Agostino Sarubbo
Modified: 2012-11-27 18:55 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 2012-11-19 23:48:00 UTC
-pipe and -Wall are not bad, but we need to respect user's choice.
Comment 1 Agostino Sarubbo gentoo-dev 2012-11-19 23:48:51 UTC
x86_64-pc-linux-gnu-g++ -o modules/m_httpd_config.so -pipe -fPIC -DPIC -pedantic -Woverloaded-virtual -Wshadow -Wformat=2 -Wmissing-format-attribute -Wall -O2 -g1 -Iinclude -march=native -O2 -pipe  -DMODNAME=m_httpd_config.so -fPIC -shared -rdynamic -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu /var/tmp/portage/net-irc/inspircd-2.0.9/work/inspircd/src/modules/m_httpd_config.cpp


 # portageq envvar CXXFLAGS
-march=native -O2 -pipe
Comment 2 Chema Alonso Josa (RETIRED) gentoo-dev 2012-11-27 18:55:36 UTC
Fixed, thanks for reporting.