Skip to content

Commit 8124e44

Browse files
author
Jeremy Shaw
committed
added -c flag in System.Plugins.Load.unify
1 parent 08f4a08 commit 8124e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System/Plugins/Load.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ unify obj incs args ty sym = do
301301

302302
hWrite hdl src
303303

304-
e <- build tmpf tmpf1 (i:is++args++["-fno-code","-ohi "++tmpf1])
304+
e <- build tmpf tmpf1 (i:is++args++["-fno-code","-c","-ohi "++tmpf1])
305305
mapM_ removeFile [tmpf,tmpf1]
306306
return e
307307

0 commit comments

Comments
 (0)