Skip to content

Commit

Permalink
debug curve25519_dalek_backend build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
borngraced committed Aug 13, 2024
1 parent 44f847c commit 5027a90
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
JEMALLOC_SYS_WITH_MALLOC_CONF = "background_thread:true,narenas:1,tcache:false,dirty_decay_ms:0,muzzy_decay_ms:0,metadata_thp:auto"

[target.'cfg(all())']
rustflags = ["-Zshare-generics=y"]

[build]
rustflags = ['--cfg=curve25519_dalek_backend="fiat"']
rustflags = ["-Zshare-generics=y", '--cfg=curve25519_dalek_backend="fiat"']

# # Install lld using package manager
# [target.x86_64-unknown-linux-gnu]
Expand Down

0 comments on commit 5027a90

Please sign in to comment.