Skip to content

Commit 77a8246

Browse files
committed
Enable optimizations for subspace-core-primitives and subspace-archiving even in debug builds to make erasure coding not as painfully slow
1 parent 667b5e5 commit 77a8246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ sha3 = { opt-level = 3 }
7272
sloth256-189 = { opt-level = 3 }
7373
smallvec = { opt-level = 3 }
7474
snow = { opt-level = 3 }
75+
subspace-core-primitives = { opt-level = 3 }
76+
subspace-archiving = { opt-level = 3 }
7577
twox-hash = { opt-level = 3 }
7678
uint = { opt-level = 3 }
7779
wasmi = { opt-level = 3 }

0 commit comments

Comments
 (0)