Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

Commit

Permalink
wip-parallel-experiment (cheng) pass forgotten option
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaracha committed Apr 30, 2020
1 parent 9a50b6a commit 41e06a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asterius/src/Asterius/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ ahcLink task = do
]
<> ["-optl--no-gc-sections" | not (gcSections task)]
<> ["-optl--verbose-err" | verboseErr task]
<> ["-optl--thread-pool-size=" <> show (threadPoolSize task)]
<> extraGHCFlags task
<> [ "-optl--output-ir="
<> outputDirectory task
Expand Down

0 comments on commit 41e06a2

Please sign in to comment.