Skip to content

Commit 576ccf9

Browse files
committed
no wA for stdlib files since it is not under active dev
1 parent 0dfcfe2 commit 576ccf9

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

jscomp/stdlib/Compflags

+6-6
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
case $1 in
1616
pervasives.cm[ioxj]|pervasives.p.cmx) echo ' -nopervasives';;
1717
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';;
2020
# 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';;
2323
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';;
2626
*Labels.cm[oxj]|*Labels.p.cmx) echo ' -nolabels -no-alias-deps';;
2727
*) echo ' ';;
2828
esac

0 commit comments

Comments
 (0)