mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-07-20 15:05:49 +00:00
disable logging for release builds (#213)
This commit is contained in:
@@ -251,3 +251,7 @@ try-runtime = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
experimental = [ "pallet-aura/experimental" ]
|
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" ]
|
||||||
|
|||||||
@@ -224,3 +224,7 @@ try-runtime = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
experimental = [ "pallet-aura/experimental" ]
|
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