aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/demo.sml
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-04-30 17:15:14 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-04-30 17:15:14 -0400
commit2307ccdcc5eb4ddfe719ddcbea999f7705ec79c3 (patch)
tree4be9b76a5e655b9f28be47710cc47e600a369a14 /src/demo.sml
parentdb2f1f208afef9110d8a5796a2325928a92b62cc (diff)
C FFI compiler options
Diffstat (limited to 'src/demo.sml')
-rw-r--r--src/demo.sml5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/demo.sml b/src/demo.sml
index 43fa5ef0..4e73faea 100644
--- a/src/demo.sml
+++ b/src/demo.sml
@@ -94,7 +94,10 @@ fun make {prefix, dirname, guided} =
file = "demo.sql"}),
debug = false,
timeout = Int.max (#timeout combined, #timeout urp),
- profile = false
+ profile = false,
+ ffi = [],
+ link = [],
+ headers = []
}
val parse = Compiler.run (Compiler.transform Compiler.parseUrp "Demo parseUrp")