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.

38 lines
521 B

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