From bdd9f215cb541f36bca17d284ab71c5b9af738c7 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 2 Jan 2020 23:01:50 +0100 Subject: [PATCH] Update the yul switch to the 0.6.0 behaviour. --- docs/using-the-compiler.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/using-the-compiler.rst b/docs/using-the-compiler.rst index 9921c1c1b..f323d0c61 100644 --- a/docs/using-the-compiler.rst +++ b/docs/using-the-compiler.rst @@ -220,8 +220,11 @@ Input Description "cse": false, // Optimize representation of literal numbers and strings in code. "constantOptimizer": false, - // The new Yul optimizer. Mostly operates on the code of ABIEncoderV2. - // It can only be activated through the details here. + // The new Yul optimizer. Mostly operates on the code of ABIEncoderV2 + // and inline assembly. + // It is activated together with the global optimizer setting + // and can be deactivated here. + // Before Solidity 0.6.0 it had to be activated through this switch. "yul": false, // Tuning options for the Yul optimizer. "yulDetails": {