This commit is contained in:
Mason Rowe 2020-01-14 07:56:23 -05:00 committed by GitHub
parent a6ca7214aa
commit c883c2279d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ fio static binary will be in current dir
```sh
git clone https://github.com/esnet/iperf
cd iperf
./configure "LDFLAGS=--static" --disable-shared --diable-profiling
./configure "LDFLAGS=--static" --disable-shared --disable-profiling
make
```