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

Bug 385995

Summary: media-gfx/flam3-3.0.1 adds itself CFLAGS="-g"
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: minor CC: jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 59506    

Description Agostino Sarubbo gentoo-dev 2011-10-07 07:55:39 UTC
/bin/sh ./libtool --tag=CC   --mode=compile x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I.   -I/usr/include/libxml2  -g -O3 -std=gnu99 -ffast-math -DPACKAGE_DATA_DIR=\"/usr/share/flam3\" -D'SVN_REV=""' -march=native -O2 -c -o variations.lo variations.c

If you have time drop also -O3.
Thanks
Comment 1 Patrick Lauer gentoo-dev 2011-10-22 17:40:54 UTC
Makefile.in says:

AM_CFLAGS = -g -O3 -std=gnu99 -ffast-math -DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" $(SVN_DEF)

So that seems to override the env ... argh.