Skip to content

Commit

Permalink
Use lighter linker for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
neacsu committed Aug 19, 2024
1 parent 94ba6cd commit 3839674
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nym-vpn-core/nym-vpn-lib/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ rustflags = ["-L", "./android/app/build/extraJni/x86_64"]
rustflags = ["-L", "./android/app/build/extraJni/armeabi-v7a"]
[target.i686-linux-android]
rustflags = ["-L", "./android/app/build/extraJni/x86"]
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

0 comments on commit 3839674

Please sign in to comment.