update readme

This commit is contained in:
Yamato Security
2022-08-11 13:24:24 +09:00
parent 9f7a8980d8
commit bbe8bc9b69
2 changed files with 2 additions and 0 deletions

View File

@@ -280,6 +280,7 @@ cargo build --release --target=x86_64-unknown-linux-musl
```
MUSLバイナリは`./target/x86_64-unknown-linux-musl/release/`ディレクトリ配下に作成されます。
MUSLバイナリはGNUバイナリより約15遅いです。
## Linuxでのコンパイルの注意点

View File

@@ -275,6 +275,7 @@ cargo build --release --target=x86_64-unknown-linux-musl
```
The MUSL binary will be created in the `./target/x86_64-unknown-linux-musl/release/` directory.
MUSL binaries are are about 15% slower than the GNU binaries.
# Running Hayabusa