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.

53 lines
705 B

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