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.

39 lines
541 B

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