Skip to content

Commit

Permalink
Reapply "Use livekit's Rust SDK instead of their swift SDK (#13343)" (#…
Browse files Browse the repository at this point in the history
…20809)

This reverts commit d92166f.
  • Loading branch information
SomeoneToIgnore committed Nov 18, 2024
1 parent d92166f commit 72854a6
Show file tree
Hide file tree
Showing 48 changed files with 4,288 additions and 3,599 deletions.
6 changes: 6 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ rustflags = ["-C", "link-arg=-fuse-ld=mold"]
linker = "clang"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]

[target.aarch64-apple-darwin]
rustflags = ["-C", "link-args=-Objc -all_load"]

[target.x86_64-apple-darwin]
rustflags = ["-C", "link-args=-Objc -all_load"]

# This cfg will reduce the size of `windows::core::Error` from 16 bytes to 4 bytes
[target.'cfg(target_os = "windows")']
rustflags = ["--cfg", "windows_slim_errors"]
Loading

0 comments on commit 72854a6

Please sign in to comment.