Skip to content
This repository was archived by the owner on Jan 2, 2021. It is now read-only.

Fix -with-rtsopts flags to work as intended #333

Merged
merged 1 commit into from
Jan 19, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ghcide.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,9 @@ executable ghcide
-- allow user RTS overrides
-rtsopts
-- disable idle GC
-with-rtsopts=-I0
-- disable parallel GC
-with-rtsopts=-qg
-- increase nursery size
-with-rtsopts=-A128M
"-with-rtsopts=-I0 -qg -A128M"
main-is: Main.hs
build-depends:
hslogger,
Expand Down