diff options
Diffstat (limited to 'stdlib/Compflags')
-rwxr-xr-x | stdlib/Compflags | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/Compflags b/stdlib/Compflags index 1a66d1591..7c023d98b 100755 --- a/stdlib/Compflags +++ b/stdlib/Compflags @@ -19,8 +19,8 @@ case $1 in buffer.cmx|buffer.p.cmx) echo ' -inline 3';; # make sure add_char is inlined (PR#5872) buffer.cm[io]) echo ' -w A';; - camlinternalFormat.cm[io]) echo ' -w a';; - printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w A';; + camlinternalFormat.cm[io]) echo ' -w Ae';; + printf.cm[io]|format.cm[io]|scanf.cm[io]) echo ' -w Ae';; scanf.cmx|scanf.p.cmx) echo ' -inline 9';; *Labels.cm[ox]|*Labels.p.cmx) echo ' -nolabels -no-alias-deps';; *) echo ' ';; |