The GC argument is now passed to the compiler and codegen.
This commit is contained in:
parent
ddffe7913c
commit
f9d28028b5
3 changed files with 6 additions and 6 deletions
|
|
@ -29,5 +29,5 @@ compileClang =
|
|||
, "-"
|
||||
]
|
||||
|
||||
compile :: String -> IO String
|
||||
compile s = optimize s >>= compileClang
|
||||
compile :: String -> Bool -> IO String
|
||||
compile s addGc = optimize s >>= compileClang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue