Skip to content

Commit

Permalink
chore: try the usage of a different linker inside config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
gavriliumircea committed Oct 18, 2023
1 parent 5115bc8 commit 5779b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/merkle-api/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[build]
target = "x86_64-unknown-linux-musl"
#target = "x86_64-unknown-linux-musl"

# Uncomment below to support Rust cross-compilation from macOS to Linux
# Follow these installation instructions: https://github.com/chinedufn/cross-compile-rust-from-mac-to-linux
# [target.x86_64-unknown-linux-musl]
# linker = "x86_64-unknown-linux-gnu-gcc"
[target.x86_64-unknown-linux-musl]
linker = "x86_64-unknown-linux-gnu-gcc"

0 comments on commit 5779b35

Please sign in to comment.