Skip to content

Commit

Permalink
Move profiles to top level manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Remco Bloemen committed Aug 16, 2019
1 parent 248332a commit f9156e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ members = [
opt-level = 3
lto = true
debug = true # Debug symbols are required for profiling. Remove for production!
panic = 'unwind'
2 changes: 0 additions & 2 deletions substrate-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ rev = 'fc206f3a009b64fc746202e5b4c701bf7e24d1f1'

[build-dependencies]
vergen = '3'
[profile.release]
panic = 'unwind'

[[bin]]
name = 'substrate-node'
Expand Down

0 comments on commit f9156e2

Please sign in to comment.