summaryrefslogtreecommitdiffstats
path: root/stdlib/Compflags
diff options
context:
space:
mode:
authorPierre Weis <Pierre.Weis@inria.fr>2004-10-04 20:19:44 +0000
committerPierre Weis <Pierre.Weis@inria.fr>2004-10-04 20:19:44 +0000
commit486d45c826e1dc3d62abef7ec4cc63684372a79e (patch)
treef21ee6d8e0507b9c25bc2307ec2030923f9eea53 /stdlib/Compflags
parentfe5f184972013b4cf1951b89e0337735dc9af86b (diff)
Careful review of meta formats.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6626 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/Compflags')
-rwxr-xr-xstdlib/Compflags1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Compflags b/stdlib/Compflags
index 697f38dca..197e699c0 100755
--- a/stdlib/Compflags
+++ b/stdlib/Compflags
@@ -18,6 +18,7 @@ case $1 in
pervasives.cm[iox]|pervasives.p.cmx) echo ' -nopervasives';;
camlinternalOO.cmi) echo ' -nopervasives';;
camlinternalOO.cmx|camlinternalOO.p.cmx) echo ' -inline 0';;
+ scanf.cmx) echo ' -inline 9';;
arrayLabels.cm[ox]|arrayLabels.p.cmx) echo ' -nolabels';;
listLabels.cm[ox]|listLabels.p.cmx) echo ' -nolabels';;
stringLabels.cm[ox]|stringLabels.p.cmx) echo ' -nolabels';;