mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-22 03:17:56 +00:00
disable logging for release builds (#213)
This commit is contained in:
@@ -251,3 +251,7 @@ try-runtime = [
|
||||
]
|
||||
|
||||
experimental = [ "pallet-aura/experimental" ]
|
||||
# A feature that should be enabled when the runtime should be built for on-chain
|
||||
# deployment. This will disable stuff that shouldn't be part of the on-chain wasm
|
||||
# to make it smaller, like logging for example.
|
||||
on-chain-release-build = [ "sp-api/disable-logging" ]
|
||||
|
||||
Reference in New Issue
Block a user