mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-17 20:06:07 +00:00
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:
parent
11c4715858
commit
2891bc8498
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user