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.

30 lines
395 B

5 years ago
5 years ago
5 years ago
  1. [workspace]
  2. members = [
  3. "cp-benches",
  4. "crypto-primitives",
  5. "r1cs-std",
  6. ]
  7. [profile.release]
  8. opt-level = 3
  9. lto = "thin"
  10. incremental = true
  11. [profile.bench]
  12. opt-level = 3
  13. debug = false
  14. rpath = false
  15. lto = "thin"
  16. incremental = true
  17. debug-assertions = false
  18. [profile.dev]
  19. opt-level = 0
  20. [profile.test]
  21. opt-level = 3
  22. lto = "thin"
  23. incremental = true
  24. debug-assertions = true
  25. debug = true