ports/net-mgmt/ipgen/files/patch-libaddrlist-GNUmakefile
Hiroki Sato 725341500a net-mgmt/ipgen: Add new port
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.
2024-11-08 09:13:56 +09:00

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