1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

[Experiment] Improve compile speed with larger GHC allocation area

This commit is contained in:
Patrick Thomson 2018-10-17 21:05:20 -04:00
parent 26da3d463a
commit f4b5f0d44e

View File

@ -295,7 +295,7 @@ library
if flag(release)
ghc-options: -Wall -Werror -Wmissing-export-lists -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-name-shadowing -O1 -j
else
ghc-options: -Wall -Wmissing-export-lists -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-name-shadowing -O0 -j
ghc-options: -Wall -Wmissing-export-lists -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wredundant-constraints -fno-warn-name-shadowing -O0 -j +RTS -A128m -n2m -RTS
ghc-prof-options: -fprof-auto
executable semantic