1
1
mirror of https://github.com/github/semantic.git synced 2024-12-29 09:55:52 +03:00

Try to link libc dynamically.

This commit is contained in:
Rob Rix 2016-01-11 10:53:20 -05:00
parent 7b27db926e
commit 42a69077b8

View File

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