Skip to content

Commit

Permalink
Merge pull request #9 from mvoidex/master
Browse files Browse the repository at this point in the history
CreateProcess field not set
  • Loading branch information
willdonnelly committed May 14, 2012
2 parents 8db5f7f + 8add96e commit 5d95460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Config/Dyre/Compat.hs
Expand Up @@ -38,6 +38,7 @@ customExec binary mArgs = do
, std_out = Inherit
, std_err = Inherit
, close_fds = True
, create_group = False
}
-- Do some garbage collection in an optimistic attempt to
-- offset some of the memory we waste here.
Expand Down

0 comments on commit 5d95460

Please sign in to comment.