We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enable-gas
1 parent 7ba5173 commit 3f5aadaCopy full SHA for 3f5aada
website/docs/reference/manifest.md
@@ -296,7 +296,9 @@ allow-warnings = true
296
297
### `enable-gas`
298
299
-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.
300
+Additionally, `gas: "disabled"` cfg attribute will be set.
301
+
302
By default, this flag is set to `true`.
303
304
```toml
0 commit comments