Skip to content

Commit

Permalink
Do note build tests with threaded runtime on WASM
Browse files Browse the repository at this point in the history
  • Loading branch information
Bodigrim committed Feb 5, 2024
1 parent 7cbd6f5 commit e1b7ad1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bytestring.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@ test-suite bytestring-tests
transformers >= 0.3,
syb
ghc-options: -fwarn-unused-binds
-threaded -rtsopts
-rtsopts
if !arch(wasm32)
ghc-options: -threaded
default-language: Haskell2010

benchmark bytestring-bench
Expand Down

0 comments on commit e1b7ad1

Please sign in to comment.