60aa590a1a
NetStrain is a tool to measure practical data throughput between two machines over a TCP connection. It can be used for performance testing, stress/stability testing and to demonstrate various network effects. It supports both IPv4 and IPv6.
15 lines
274 B
Plaintext
15 lines
274 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2003/07/25 00:46:29 jolan Exp $
|
|
--- Makefile.orig Sat Aug 10 04:40:28 2002
|
|
+++ Makefile Thu Jul 24 19:05:19 2003
|
|
@@ -2,8 +2,8 @@
|
|
|
|
# variables
|
|
|
|
-CC = gcc
|
|
-CFLAGS = -Wall -O2
|
|
+#CC = gcc
|
|
+CFLAGS+=-Wall
|
|
|
|
COMMON_OBJS = error.o net6emu.o
|
|
|