Skip to content

Commit

Permalink
Enable optimizations for subspace-core-primitives and `subspace-arc…
Browse files Browse the repository at this point in the history
…hiving` even in debug builds to make erasure coding not as painfully slow
  • Loading branch information
nazar-pc committed Dec 31, 2021
1 parent 528e57f commit b82b4fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ sha3 = { opt-level = 3 }
sloth256-189 = { opt-level = 3 }
smallvec = { opt-level = 3 }
snow = { opt-level = 3 }
subspace-core-primitives = { opt-level = 3 }
subspace-archiving = { opt-level = 3 }
twox-hash = { opt-level = 3 }
uint = { opt-level = 3 }
wasmi = { opt-level = 3 }
Expand Down

0 comments on commit b82b4fc

Please sign in to comment.