File tree 2 files changed +3
-3
lines changed
docs/dev/src/build-and-run
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,13 @@ rustflags = [
20
20
[target .x86_64-apple-darwin ]
21
21
rustflags = [
22
22
" -Ctarget-feature=+sse4.2" , # use a generally available feature, since it's not for production
23
- " -Clink-arg=-fuse-ld=lld" ,
23
+ " -Clink-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64. lld" ,
24
24
]
25
25
26
26
[target .aarch64-apple-darwin ]
27
27
rustflags = [
28
28
# neon is enabled by default
29
- " -Clink-arg=-fuse-ld=lld" ,
29
+ " -Clink-arg=-fuse-ld=/opt/homebrew/opt/llvm/bin/ld64. lld" ,
30
30
]
31
31
32
32
# Flags for all targets.
Original file line number Diff line number Diff line change 7
7
To install the dependencies on macOS, run:
8
8
9
9
``` shell
10
- brew install postgresql cmake protobuf tmux cyrus-sasl lld openssl@3
10
+ brew install postgresql cmake protobuf tmux cyrus-sasl llvm openssl@3
11
11
curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
12
12
```
13
13
You can’t perform that action at this time.
0 commit comments