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.

57 lines
746 B

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. [workspace]
  2. members = [
  3. "curve-benches",
  4. "curve-constraint-tests",
  5. "bls12_377",
  6. "ed_on_bls12_377",
  7. "bw6_761",
  8. "ed_on_bw6_761",
  9. "cp6_782",
  10. "ed_on_cp6_782",
  11. "bls12_381",
  12. "ed_on_bls12_381",
  13. "bn254",
  14. "ed_on_bn254",
  15. "mnt4_298",
  16. "mnt6_298",
  17. "ed_on_mnt4_298",
  18. "mnt4_753",
  19. "mnt6_753",
  20. "ed_on_mnt4_298",
  21. "pallas",
  22. "vesta",
  23. ]
  24. [profile.release]
  25. opt-level = 3
  26. lto = "thin"
  27. incremental = true
  28. panic = 'abort'
  29. [profile.bench]
  30. opt-level = 3
  31. debug = false
  32. rpath = false
  33. lto = "thin"
  34. incremental = true
  35. debug-assertions = false
  36. [profile.dev]
  37. opt-level = 0
  38. panic = 'abort'
  39. [profile.test]
  40. opt-level = 3
  41. lto = "thin"
  42. incremental = true
  43. debug-assertions = true
  44. debug = true