ports/net-mgmt/ipgen/files/patch-libpkt-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
311 B
Text

--- libpkt/GNUmakefile.orig 2024-02-29 01:38:00 UTC
+++ libpkt/GNUmakefile
@@ -8,7 +8,6 @@ SRCS+= utils.c
SRCS+= ip6pkt.c
SRCS+= utils.c
-CFLAGS+= -O2
CFLAGS+= -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
CFLAGS+= -Wreturn-type -Wswitch -Wshadow
CFLAGS+= -Wcast-qual -Wwrite-strings