Skip to content

Commit 3f5aada

Browse files
authored
Update enable-gas docs (#1905)
1 parent 7ba5173 commit 3f5aada

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/reference/manifest.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,9 @@ allow-warnings = true
296296

297297
### `enable-gas`
298298

299-
If enabled, during the project compilation Scarb will not add any instructions related to gas usage calculation.
299+
If set to `false`, during the project compilation Scarb will not add any instructions related to gas usage calculation.
300+
Additionally, `gas: "disabled"` cfg attribute will be set.
301+
300302
By default, this flag is set to `true`.
301303

302304
```toml

0 commit comments

Comments
 (0)