mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
Revert "Remove -dynamic."
This reverts commit a0c75e64bb5896ee336d2a9c38eba4b3a6f49f9a.
This commit is contained in:
parent
e2d4b6bfea
commit
597397b16e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user