Skip to content

Commit

Permalink
Update accelerate-build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan committed Nov 29, 2023
1 parent c0459f2 commit 0de133f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/accelerate-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ The example below is for macOS:
```bash
cargo b -rp librocksdb-sys
```
- Find `librocksdb.a` in the target directory:

- Find the `librocksdb.a` file in the `target` directory:

```bash
find target -name librocksdb.a
Expand Down Expand Up @@ -121,7 +122,7 @@ The example below is for macOS:
export CARGO_TARGET_AARCH64_APPLE_DARWIN_RUSTFLAGS="-Clink-arg=-L/opt/homebrew/opt/bzip2/lib -Clink-arg=-lbz2"
```

- Now the `librocksdb-sys` crate building will be mush faster.
Now the `librocksdb-sys` crate building will be mush faster.

## Avoid rebuilding examples before pallet tests

Expand Down

0 comments on commit 0de133f

Please sign in to comment.