Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into siyuan/pg-schema-event
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikeW committed Oct 9, 2024
2 parents 1215b9a + 81780be commit 4d53fae
Show file tree
Hide file tree
Showing 321 changed files with 6,965 additions and 4,313 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ rustflags = [
[target.x86_64-apple-darwin]
rustflags = [
"-Ctarget-feature=+sse4.2", # use a generally available feature, since it's not for production
"-Clink-arg=-fuse-ld=/usr/local/opt/llvm/bin/ld64.lld",
"-Clink-arg=-fuse-ld=lld",
]

[target.aarch64-apple-darwin]
rustflags = [
# neon is enabled by default
"-Clink-arg=-fuse-ld=/opt/homebrew/opt/llvm/bin/ld64.lld",
"-Clink-arg=-fuse-ld=lld",
]

# Flags for all targets.
Expand Down
Loading

0 comments on commit 4d53fae

Please sign in to comment.