aboutsummaryrefslogtreecommitdiffstats
path: root/main/iperf3/remove-pg-flags.patch
blob: 1ed47eebf55ee94412cf5cab579ab32cb79b95bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -50,9 +50,9 @@
 iperf3_profile_SOURCES  = main.c \
 						  $(libiperf_la_SOURCES)
 
-iperf3_profile_CFLAGS   = -pg -g
+iperf3_profile_CFLAGS   = -g
 iperf3_profile_LDADD    = libiperf.la
-iperf3_profile_LDFLAGS  = -pg -g
+iperf3_profile_LDFLAGS  = -g
 
 # Specify the sources and various flags for the test cases
 t_timer_SOURCES         = t_timer.c

--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -643,9 +643,9 @@
 iperf3_profile_SOURCES = main.c \
 						  $(libiperf_la_SOURCES)
 
-iperf3_profile_CFLAGS = -pg -g
+iperf3_profile_CFLAGS = -g
 iperf3_profile_LDADD = libiperf.la
-iperf3_profile_LDFLAGS = -pg -g
+iperf3_profile_LDFLAGS = -g
 
 # Specify the sources and various flags for the test cases
 t_timer_SOURCES = t_timer.c