remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/docs/settings_tab.md

18 lines
558 B

Settings
========
This section displays the current compiler version and allows one to
change to another version.
![image](images/remix_settingstab.png)
Settings, available here:
> - Text wrap: controls if the text in the editor should be wrapped.
>
> - Enable optimization: defines if the compiler should enable
> optimization during compilation. Enabling this option saves execution
> gas. It is useful to enable optimization for contracts ready to be
> deployed in production but could lead to some inconsistencies when
> debugging such a contract.