added -c flag in System.Plugins.Load.unify

This commit is contained in:
Jeremy Shaw 2013-10-03 18:39:43 +00:00
parent 08f4a08a08
commit 8124e44234

View File

@ -301,7 +301,7 @@ unify obj incs args ty sym = do
hWrite hdl src
e <- build tmpf tmpf1 (i:is++args++["-fno-code","-ohi "++tmpf1])
e <- build tmpf tmpf1 (i:is++args++["-fno-code","-c","-ohi "++tmpf1])
mapM_ removeFile [tmpf,tmpf1]
return e