Skip to content

Commit

Permalink
reproducible builds trial 5
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Jul 21, 2024
1 parent 1f636c1 commit f5d94ff
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ lto = true
panic = 'abort'
codegen-units = 1
incremental = false

[build]
rustflags = [
"--cfg", "tokio_unstable",
"-C", "relocation-model=pic",
"-C", "strip=debuginfo"
]


[build]
rustflags = [
"--cfg", "tokio_unstable"
]

0 comments on commit f5d94ff

Please sign in to comment.