Skip to content

Commit

Permalink
Revert "ffi: enable pack-relative-relocs"
Browse files Browse the repository at this point in the history
Caused issues on macos. This reverts commit f7c094b.
  • Loading branch information
yukibtc committed Jan 10, 2025
1 parent 1d266a3 commit 65a6007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/nostr-sdk-ffi/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ panic = "abort" # Abort on panic
strip = "debuginfo" # Partially strip symbols from binary. If fully stripped, UniFFI can't generate foreign-language bindings

[build]
rustflags = ["-C", "panic=abort", "-Clink-arg=-Wl,-z,pack-relative-relocs"]
rustflags = ["-C", "panic=abort"]

[unstable]
unstable-options = true
Expand Down

0 comments on commit 65a6007

Please sign in to comment.