summaryrefslogtreecommitdiff
path: root/src/settings.sig
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-12-27 14:25:22 -0500
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-12-27 14:25:22 -0500
commit03605f653bdd50bedb38a77759a61d2e978fbeb2 (patch)
treecfafe28760c47460a4ffe49b3e1458e20f439ad9 /src/settings.sig
parentc5a46fa63373c129e9595373d4c126030266d957 (diff)
Protocol-specific compiler options
Diffstat (limited to 'src/settings.sig')
-rw-r--r--src/settings.sig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/settings.sig b/src/settings.sig
index 8eb4bc13..12182ae6 100644
--- a/src/settings.sig
+++ b/src/settings.sig
@@ -93,6 +93,7 @@ signature SETTINGS = sig
(* Web protocols that generated programs may speak *)
type protocol = {
name : string, (* Call it this on the command line *)
+ compile : string, (* Pass these `gcc -c' arguments *)
linkStatic : string, (* Pass these static linker arguments *)
linkDynamic : string,(* Pass these dynamic linker arguments *)
persistent : bool (* Multiple requests per process? *)