You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
503 B

5 years ago
5 years ago
5 years ago
  1. [workspace]
  2. members = [
  3. "algebra",
  4. "algebra-benches",
  5. "bench-utils",
  6. "crypto-primitives",
  7. "dpc",
  8. "ff-fft",
  9. "gm17",
  10. "groth16",
  11. "r1cs-core",
  12. "r1cs-std",
  13. ]
  14. [profile.release]
  15. opt-level = 3
  16. lto = "thin"
  17. incremental = true
  18. [profile.bench]
  19. opt-level = 3
  20. debug = false
  21. rpath = false
  22. lto = "thin"
  23. incremental = true
  24. debug-assertions = false
  25. [profile.dev]
  26. opt-level = 0
  27. [profile.test]
  28. opt-level = 3
  29. lto = "thin"
  30. incremental = true
  31. debug-assertions = true
  32. debug = true