Skip to content

Commit

Permalink
Update enable-gas docs (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelevoXDG authored Jan 21, 2025
1 parent 7ba5173 commit 3f5aada
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/reference/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,9 @@ allow-warnings = true

### `enable-gas`

If enabled, during the project compilation Scarb will not add any instructions related to gas usage calculation.
If set to `false`, during the project compilation Scarb will not add any instructions related to gas usage calculation.
Additionally, `gas: "disabled"` cfg attribute will be set.

By default, this flag is set to `true`.

```toml
Expand Down

0 comments on commit 3f5aada

Please sign in to comment.