Skip to content

Commit 460601c

Browse files
committed
add production profile
1 parent b825338 commit 460601c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

substrate-node/Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -131,3 +131,6 @@ sp-timestamp = {git = "https://github.com/paritytech/substrate", branch = "polka
131131
substrate-build-script-utils = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0"}
132132
substrate-frame-rpc-system = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0"}
133133
substrate-prometheus-endpoint = {git = "https://github.com/paritytech/substrate", branch = "polkadot-v1.0.0"}
134+
135+
[profile.production]
136+
inherits = "release"

0 commit comments

Comments
 (0)