Remove obsolete flag --optimize-yul from scripts

This commit is contained in:
Mathias Baumann
2020-05-06 11:49:40 +02:00
parent 02c5f1f748
commit a93d79ff28
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ do
force_abiv2_flag=""
if [[ "$abiv2" == "yes" ]]
then
force_abiv2_flag="--abiencoderv2 --optimize-yul"
force_abiv2_flag="--abiencoderv2"
fi
printTask "--> Running tests using "$optimize" --evm-version "$vm" $force_abiv2_flag..."