Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 397883 - net-analyzer/gnu-netcat-0.7.1-r3[debug] adds itself CFLAGS="O0 -g3 -ggdb3"
Summary: net-analyzer/gnu-netcat-0.7.1-r3[debug] adds itself CFLAGS="O0 -g3 -ggdb3"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-06 12:37 UTC by Agostino Sarubbo
Modified: 2012-01-09 03:56 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 2012-01-06 12:37:18 UTC
Please drop them.


x86_64-pc-linux-gnu-gcc -DLOCALEDIR=\"\/usr/share/locale\" -DHAVE_CONFIG_H -I. -I. -I..     -march=native -O2 -g0 -Wall -O0 -g3 -ggdb3 -DDEBUG -c `test -f 'netcat.c' || echo './'`netcat.c
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2012-01-09 03:56:55 UTC
Fixed in -r3 by repurposing the USE flag, since the only thing it does in configure.ac is this:

AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug],
    [enable debugging (requires GNU compiler, default: no)]),
    [CFLAGS="$CFLAGS -O0 -g3 -ggdb3 -DDEBUG"])

Only -DDEBUG should be of interest.