We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86954bc commit efcadefCopy full SHA for efcadef
src/Stack/Options.hs
@@ -109,7 +109,7 @@ buildOptsParser cmd =
109
| otherwise = opts
110
where bopts = boptsBenchmarkOpts opts
111
topts = boptsTestOpts opts
112
- additionalArgs = "+RTS" : catMaybes [trac, prof]
+ additionalArgs = "+RTS" : catMaybes [trac, prof, Just "-RTS"]
113
trac = if tracing
114
then Just "-xc"
115
else Nothing
0 commit comments