1
1
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:
joshvera 2018-12-05 11:28:21 -05:00
parent 9b8a93bc04
commit 1914a94500

View File

@ -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