mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-28 12:51:44 +01:00
29 lines
790 B
Diff
29 lines
790 B
Diff
--- ./src/Makefile.am.orig
|
|
+++ ./src/Makefile.am
|
|
@@ -49,9 +49,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
|
|
--- ./src/Makefile.in.orig
|
|
+++ ./src/Makefile.in
|
|
@@ -610,9 +610,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
|