Commit 77f99dbc authored by Kirill Smelkov's avatar Kirill Smelkov

X compilebench: Don't spend time on clang

It is close to gcc.
parent e74624d0
......@@ -37,7 +37,8 @@ for i in `seq $N`; do
python pystone.py |pystone2bench py
done
for CC in gcc clang tcc; do
#for CC in gcc clang tcc; do # clang is close to gcc - don't spend time on it
for CC in gcc tcc; do
echo "CC=$CC"
rm -f pystone_pyxtest.{o,so}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment