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:
parent
f9400943a4
commit
d8d732c1a2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user