1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

Add -A4M -n2m to rtsopts

This commit is contained in:
joshvera 2017-02-03 17:06:59 -05:00
parent f9400943a4
commit d8d732c1a2

View File

@ -108,7 +108,7 @@ library
executable semantic-diff
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N -static -j -O2 -pgml=script/g++
ghc-options: -threaded -rtsopts -with-rtsopts="-N A4M -n2m" -static -j -O2 -pgml=script/g++
cc-options: -DU_STATIC_IMPLEMENTATION=1
cpp-options: -DU_STATIC_IMPLEMENTATION=1
build-depends: base