1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 10:15:55 +03:00

Revert "Remove -dynamic."

This reverts commit a0c75e64bb5896ee336d2a9c38eba4b3a6f49f9a.
This commit is contained in:
Rob Rix 2016-01-11 11:13:04 -05:00
parent e2d4b6bfea
commit 597397b16e

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: -static -pthread -dynamic
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: -static -pthread -dynamic
cc-options: -DU_STATIC_IMPLEMENTATION=1
build-depends: base
, bifunctors