mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-25 10:32:20 +01:00
30 lines
948 B
Diff
30 lines
948 B
Diff
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -58,9 +58,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
|
|
endif
|
|
|
|
# Specify the sources and various flags for the test cases
|
|
|
|
--- a/src/Makefile.in
|
|
+++ b/src/Makefile.in
|
|
@@ -670,9 +670,9 @@
|
|
@ENABLE_PROFILING_TRUE@iperf3_profile_SOURCES = main.c \
|
|
@ENABLE_PROFILING_TRUE@ $(libiperf_la_SOURCES)
|
|
|
|
-@ENABLE_PROFILING_TRUE@iperf3_profile_CFLAGS = -pg -g
|
|
+@ENABLE_PROFILING_TRUE@iperf3_profile_CFLAGS = -g
|
|
@ENABLE_PROFILING_TRUE@iperf3_profile_LDADD = libiperf.la
|
|
-@ENABLE_PROFILING_TRUE@iperf3_profile_LDFLAGS = -pg -g
|
|
+@ENABLE_PROFILING_TRUE@iperf3_profile_LDFLAGS = -g
|
|
|
|
# Specify the sources and various flags for the test cases
|
|
t_timer_SOURCES = t_timer.c
|