diff --git a/semantic-diff.cabal b/semantic-diff.cabal index e13ecb13a..c7975c958 100644 --- a/semantic-diff.cabal +++ b/semantic-diff.cabal @@ -52,7 +52,7 @@ executable semantic-diff-exe main-is: Main.hs other-modules: Parsers ghc-options: -threaded -rtsopts -with-rtsopts=-N -static - ld-options: -static -pthread + ld-options: -dynamic -lc -static -pthread cc-options: -DU_STATIC_IMPLEMENTATION=1 cpp-options: -DU_STATIC_IMPLEMENTATION=1 build-depends: base @@ -79,7 +79,7 @@ executable semantic-diff-profile -fprof-auto "-with-rtsopts=-N -p -s -h -i0.1" -static - ld-options: -static -pthread + ld-options: -dynamic -lc -static -pthread cc-options: -DU_STATIC_IMPLEMENTATION=1 build-depends: base , bifunctors