This commit is contained in:
Mason Rowe 2020-01-14 07:56:23 -05:00 committed by GitHub
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
```