]> git.pld-linux.org Git - packages/iperf3.git/blob - iperf3-nopg.patch
- updated to 3.8
[packages/iperf3.git] / iperf3-nopg.patch
1 --- iperf3/src/Makefile.am.orig 2020-06-23 11:03:22.394451000 +0200
2 +++ iperf3/src/Makefile.am      2020-06-23 11:04:20.442451000 +0200
3 @@ -58,9 +58,9 @@
4  iperf3_profile_SOURCES  = main.c \
5                            $(libiperf_la_SOURCES)
6  
7 -iperf3_profile_CFLAGS   = -pg -g
8 +iperf3_profile_CFLAGS   = -g
9  iperf3_profile_LDADD    = libiperf.la
10 -iperf3_profile_LDFLAGS  = -pg -g
11 +iperf3_profile_LDFLAGS  = -g
12  endif
13  
14  # Specify the sources and various flags for the test cases
This page took 0.032326 seconds and 3 git commands to generate.