diff options
author | Pierre Weis <Pierre.Weis@inria.fr> | 2011-10-25 12:09:01 +0000 |
---|---|---|
committer | Pierre Weis <Pierre.Weis@inria.fr> | 2011-10-25 12:09:01 +0000 |
commit | dacd082532ad1c82d9bcc463b37fec25d541f1c3 (patch) | |
tree | 80a4f7b89c9e79d641a4dc5af04afc665a5f9019 | |
parent | 6f0acffe944f9990c3b7eff9c34b431a2722f060 (diff) |
Module Buffer, printf, Format and Scanf are compiled with -w A.
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@11240 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-x | stdlib/Compflags | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/Compflags b/stdlib/Compflags index 6ab038f44..80bb1b667 100755 --- a/stdlib/Compflags +++ b/stdlib/Compflags @@ -18,7 +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';; - printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w A';; + buffer.cm[io]|printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w A';; scanf.cmx|scanf.p.cmx) echo ' -inline 9';; arrayLabels.cm[ox]|arrayLabels.p.cmx) echo ' -nolabels';; listLabels.cm[ox]|listLabels.p.cmx) echo ' -nolabels';; |