mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Add -dynamic in test debug builds as well
This commit is contained in:
parent
9b8a93bc04
commit
1914a94500
@ -393,7 +393,10 @@ test-suite test
|
||||
, scientific
|
||||
, text >= 1.2.1.3
|
||||
, these
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O0
|
||||
if flag(release)
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O0
|
||||
else
|
||||
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O0 -dynamic
|
||||
default-language: Haskell2010
|
||||
default-extensions: DataKinds
|
||||
, DeriveFunctor
|
||||
|
Loading…
Reference in New Issue
Block a user