mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove obsolete flag --optimize-yul from scripts
This commit is contained in:
+1
-1
@@ -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..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user