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:
parent
7b27db926e
commit
42a69077b8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user