diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-08-15 11:26:10 -0400 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-08-15 11:26:10 -0400 |
commit | e472f946fc2316959e8480e2371233fd275b1da2 (patch) | |
tree | 58c04394c5e6d8876f349beceb1ef03ea01ab18a /src/compiler.mlb | |
parent | da80f2aa1cd6326d0fc8621a5cfb0e7fd313e192 (diff) |
Compiler frees as much memory as possible before passing control to C compiler
Diffstat (limited to 'src/compiler.mlb')
-rw-r--r-- | src/compiler.mlb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler.mlb b/src/compiler.mlb index 83212484..f0007284 100644 --- a/src/compiler.mlb +++ b/src/compiler.mlb @@ -1,4 +1,5 @@ $(SML_LIB)/basis/basis.mlb +$(SML_LIB)/basis/mlton.mlb urweb.mlb |