1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 04:41:47 +03:00

Merge remote-tracking branch 'origin/benchmark-stats' into change-summary-errors

This commit is contained in:
joshvera 2016-08-22 10:42:03 -04:00
commit 1fc7712f7e

View File

@ -94,7 +94,10 @@ benchmark semantic-diff-bench
, recursion-schemes , recursion-schemes
, semantic-diff , semantic-diff
, these , these
if os(darwin)
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static
else
ghc-options: -threaded -rtsopts -with-rtsopts=-N -j -O2 -static -pgml=script/g++
default-language: Haskell2010 default-language: Haskell2010
default-extensions: OverloadedStrings, NoImplicitPrelude default-extensions: OverloadedStrings, NoImplicitPrelude