Skip to content

Commit

Permalink
Set -O0 for tests.
Browse files Browse the repository at this point in the history
With secp256k1 jets available the compile-test cycle seems faster without optimizations than with optimizations.
  • Loading branch information
roconnor-blockstream committed Jun 4, 2021
1 parent abd1d07 commit 109b409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Simplicity.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Test-Suite testsuite
ScopedTypeVariables
hs-source-dirs: Haskell/Tests
default-language: Haskell2010
ghc-options: -O2 -with-rtsopts=-c
ghc-options: -O0 -with-rtsopts=-c
other-modules: Simplicity.Programs.Example,
Simplicity.Bip0340,
Simplicity.Ty.Arbitrary,
Expand Down

0 comments on commit 109b409

Please sign in to comment.