summaryrefslogtreecommitdiffstats
path: root/stdlib/Compflags
diff options
context:
space:
mode:
authorGabriel Scherer <gabriel.scherer@gmail.com>2014-05-12 15:37:29 +0000
committerGabriel Scherer <gabriel.scherer@gmail.com>2014-05-12 15:37:29 +0000
commit43647ba502f32676c546ca426307b0ea6d193e3e (patch)
tree3182388be0eb403b8baf67e9b35f6fb4ee8f77ab /stdlib/Compflags
parenta64648eae64671edcca03a48ae385c5c6bfc96bb (diff)
first part of Benoît Vaugon's format-gadts patch
After applying this patch, you should run: make library-cross make promote-cross make partialclean make ocamlc ocamllex ocamltools and then immediately apply the following patches until the "second part of Benoît Vaugon's format+gadts patch"; the bootstrap cycle is not finished yet. git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14806 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/Compflags')
-rwxr-xr-xstdlib/Compflags4
1 files changed, 3 insertions, 1 deletions
diff --git a/stdlib/Compflags b/stdlib/Compflags
index 9610b726c..1a66d1591 100755
--- a/stdlib/Compflags
+++ b/stdlib/Compflags
@@ -18,7 +18,9 @@ case $1 in
camlinternalOO.cmx|camlinternalOO.p.cmx) echo ' -inline 0';;
buffer.cmx|buffer.p.cmx) echo ' -inline 3';;
# make sure add_char is inlined (PR#5872)
- buffer.cm[io]|printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w A';;
+ buffer.cm[io]) echo ' -w A';;
+ camlinternalFormat.cm[io]) echo ' -w a';;
+ printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w A';;
scanf.cmx|scanf.p.cmx) echo ' -inline 9';;
*Labels.cm[ox]|*Labels.p.cmx) echo ' -nolabels -no-alias-deps';;
*) echo ' ';;