Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 443974

Summary: =net-irc/inspircd adds itself CXXFLAGS="-pipe -Wall -O2 -g1"
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Chema Alonso Josa (RETIRED) <nimiux>
Status: RESOLVED FIXED    
Severity: normal CC: brain
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.