Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385995 - media-gfx/flam3-3.0.1 adds itself CFLAGS="-g"
Summary: media-gfx/flam3-3.0.1 adds itself CFLAGS="-g"
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: cflags
  Show dependency tree
 
Reported: 2011-10-07 07:55 UTC by Agostino Sarubbo
Modified: 2021-05-31 20:50 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-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.