mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
The ipgen utility is a high-performance L2/L3 packet traffic generator based on netmap with RFC 2544 benchmarking methodology and an interactive user interface to show throughput and frame loss rate.
10 lines
313 B
Text
10 lines
313 B
Text
--- libaddrlist/GNUmakefile.orig 2024-02-29 01:39:01 UTC
|
|
+++ libaddrlist/GNUmakefile
|
|
@@ -3,7 +3,6 @@ SRCS+= addresses.c
|
|
|
|
SRCS+= addresses.c
|
|
|
|
-CFLAGS+= -O2
|
|
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
|
|
CFLAGS+= -Wreturn-type -Wswitch -Wshadow
|
|
CFLAGS+= -Wcast-qual -Wwrite-strings
|