Skip to content

Commit efcadef

Browse files
committed
Use "-RTS" w/ profiling to allow extra args #1772
1 parent 86954bc commit efcadef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Stack/Options.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ buildOptsParser cmd =
109109
| otherwise = opts
110110
where bopts = boptsBenchmarkOpts opts
111111
topts = boptsTestOpts opts
112-
additionalArgs = "+RTS" : catMaybes [trac, prof]
112+
additionalArgs = "+RTS" : catMaybes [trac, prof, Just "-RTS"]
113113
trac = if tracing
114114
then Just "-xc"
115115
else Nothing

0 commit comments

Comments
 (0)