Skip to content

Commit

Permalink
chore: always build wasm32 targets with -O2 (#1197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhess authored Dec 31, 2023
2 parents fd7437b + 9585c20 commit 6ad641f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ packages:
primer-service
primer-benchmark

optimization: 0
if arch(wasm32)
package *
optimization: 2
else
optimization: 0

allow-newer: hedgehog-classes:hedgehog,hedgehog-classes:pretty-show,hedgehog:pretty-show

Expand Down

0 comments on commit 6ad641f

Please sign in to comment.