Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 466508
Collapse All | Expand All

(-)src/Makefile.am (-1 / +1 lines)
Lines 44-50 Link Here
44
iperf3_profile_SOURCES  = main.c \
44
iperf3_profile_SOURCES  = main.c \
45
						  $(libiperf_a_SOURCES)
45
						  $(libiperf_a_SOURCES)
46
46
47
iperf3_profile_CFLAGS   = -pg -g -Wall
47
iperf3_profile_CFLAGS   = -g -Wall
48
iperf3_profile_LDADD    = libiperf.a
48
iperf3_profile_LDADD    = libiperf.a
49
iperf3_profile_LDFLAGS  = -pg -g
49
iperf3_profile_LDFLAGS  = -pg -g
50
50

Return to bug 466508