|
|
|
@ -985,7 +985,7 @@ export const CompilerContainer = (props: CompilerContainerProps) => { |
|
|
|
|
placement="top" |
|
|
|
|
tooltipId="configfileOptimisationNumbeTooltip" |
|
|
|
|
tooltipClasses="text-nowrap" |
|
|
|
|
tooltipText={(state.optimize ? "Enable " : "Disable ") + "opcode-based optimizer for the generated bytecode and the Yul optimizer for the Yul code"} |
|
|
|
|
tooltipText={(!state.optimize ? "Enable " : "Disable ") + "opcode-based optimizer for the generated bytecode and the Yul optimizer for the Yul code"} |
|
|
|
|
> |
|
|
|
|
<div className='custom-control custom-checkbox'> |
|
|
|
|
<input |
|
|
|
|