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

Revert "🔥 the static implementation flags."

This reverts commit 9e8c2c22bee3c57e4e8b063ef6c7eb628674368a.
This commit is contained in:
Rob Rix 2016-01-08 17:06:32 -05:00
parent 1173677d0d
commit c7a9ae66b6

View File

@ -52,6 +52,7 @@ executable semantic-diff-exe
main-is: Main.hs
other-modules: Parsers
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static
-- cc-options: -DU_STATIC_IMPLEMENTATION=1
build-depends: base
, bifunctors
, bytestring
@ -75,6 +76,7 @@ executable semantic-diff-profile
-threaded
-fprof-auto
"-with-rtsopts=-N -p -s -h -i0.1"
-- cc-options: -DU_STATIC_IMPLEMENTATION=1
build-depends: base
, bifunctors
, bytestring