Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 378649 - dev-libs/libffi Please drop CFLAGS="-g"
Summary: dev-libs/libffi Please drop CFLAGS="-g"
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal minor
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-10 12:56 UTC by Agostino Sarubbo
Modified: 2011-08-11 04:19 UTC (History)
0 users

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-08-10 12:56:03 UTC
libtool: compile:  x86_64-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -march=native -O2 -g0 -c src/closures.c  -fPIC -DPIC -o src/.libs/closures.o

amd64box ~ # emerge --info | grep CFLAGS
CFLAGS="-march=native -O2 -g0"
Comment 1 SpanKY gentoo-dev 2011-08-11 04:19:23 UTC
your -g0 overrode the -g.  ignoring that, see bug 378663.