diff options
Diffstat (limited to 'stdlib/Compflags')
-rwxr-xr-x | stdlib/Compflags | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/Compflags b/stdlib/Compflags index 7c023d98b..f393c4ec0 100755 --- a/stdlib/Compflags +++ b/stdlib/Compflags @@ -20,6 +20,7 @@ case $1 in # make sure add_char is inlined (PR#5872) buffer.cm[io]) echo ' -w A';; camlinternalFormat.cm[io]) echo ' -w Ae';; + camlinternalFormatBasics*.cm[iox]) echo ' -nopervasives';; 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';; |