mirror of
https://github.com/masonr/yet-another-bench-script.git
synced 2025-11-07 16:01:30 +05:30
Recompiled fio binary with generic CPU flag for interoperability
This commit is contained in:
parent
434da3835b
commit
981933960d
4 changed files with 3 additions and 3 deletions
|
|
@ -34,7 +34,7 @@ cd ~
|
|||
curl -L https://github.com/axboe/fio/archive/fio-3.17.tar.gz -o "fio.tar.gz"
|
||||
tar xf fio.tar.gz
|
||||
cd fio-fio*
|
||||
./configure
|
||||
./configure --disable-native
|
||||
make
|
||||
|
||||
# verify no external shared library links
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue