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.

26 lines
443 B

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