summaryrefslogtreecommitdiff
path: root/src/compiler.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-26 10:45:59 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-26 10:45:59 -0400
commit4f288849df2bb1a5a1d9d6f6ec9537badd82b6ab (patch)
treed20dcbe8aec266976ec07b31a5e11e75162f4fdf /src/compiler.sig
parent38507c697c6b5f277cabc5eb61afff14ea02da07 (diff)
Reading blobs from the database
Diffstat (limited to 'src/compiler.sig')
-rw-r--r--src/compiler.sig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/compiler.sig b/src/compiler.sig
index e685ffe5..d00f111e 100644
--- a/src/compiler.sig
+++ b/src/compiler.sig
@@ -40,7 +40,8 @@ signature COMPILER = sig
timeout : int
}
val compile : string -> unit
- val compileC : {cname : string, oname : string, ename : string, libs : string, profile : bool} -> unit
+ val compileC : {cname : string, oname : string, ename : string, libs : string,
+ profile : bool, debug : bool} -> unit
type ('src, 'dst) phase
type ('src, 'dst) transform