File tree 2 files changed +21
-21
lines changed
2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 15
15
case $1 in
16
16
pervasives.cm[ioxj]|pervasives.p.cmx) echo ' -nopervasives' ;;
17
17
camlinternalOO.cmi) echo ' -nopervasives' ;;
18
- camlinternalOO.cmx|camlinternalOO.p.cmx) echo ' -inline 0' ;;
19
- buffer.cmx|buffer.p.cmx) echo ' -inline 3' ;;
18
+ # camlinternalOO.cmx|camlinternalOO.p.cmx) echo ' -inline 0';;
19
+ # buffer.cmx|buffer.p.cmx) echo ' -inline 3';;
20
20
# make sure add_char is inlined (PR#5872)
21
- buffer.cm[ioj]) echo ' -w A' ;;
22
- camlinternalFormat.cm[ioj]) echo ' -w Ae' ;;
21
+ # buffer.cm[ioj]) echo ' -w A';;
22
+ # camlinternalFormat.cm[ioj]) echo ' -w Ae';;
23
23
camlinternalFormatBasics* .cm[ioxj]) echo ' -nopervasives' ;;
24
- printf.cm[ioj]|format.cm[ioj]|scanf.cm[ioj]) echo ' -w Ae' ;;
25
- scanf.cmx|scanf.p.cmx) echo ' -inline 9' ;;
24
+ # printf.cm[ioj]|format.cm[ioj]|scanf.cm[ioj]) echo ' -w Ae';;
25
+ # scanf.cmx|scanf.p.cmx) echo ' -inline 9';;
26
26
* Labels.cm[oxj]|* Labels.p.cmx) echo ' -nolabels -no-alias-deps' ;;
27
27
* ) echo ' ' ;;
28
28
esac
You can’t perform that action at this time.
0 commit comments