added -c flag in System.Plugins.Load.unify
This commit is contained in:
parent
08f4a08a08
commit
8124e44234
@ -301,7 +301,7 @@ unify obj incs args ty sym = do
|
|||||||
|
|
||||||
hWrite hdl src
|
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]
|
mapM_ removeFile [tmpf,tmpf1]
|
||||||
return e
|
return e
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user