Remove dynamic flag

If anyone needs this flag, they should be able to just do
--ghc-options='-dynamic'. Instead of removing it, we could also hide it
behind a Cabal flag
This commit is contained in:
Brandon Chinn 2021-08-17 10:02:15 -07:00
parent 11c4715858
commit 2891bc8498

View File

@ -127,7 +127,7 @@ executable ihaskell
hs-source-dirs: main
other-modules:
Paths_ihaskell
ghc-options: -threaded -rtsopts -Wall -dynamic
ghc-options: -threaded -rtsopts -Wall
if os(darwin)
ghc-options: -optP-Wno-nonportable-include-path