mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'tor-github/pr/948' into maint-0.4.0
This commit is contained in:
@@ -10,6 +10,17 @@ members = [
|
||||
"tor_util",
|
||||
]
|
||||
|
||||
# Can remove panic="abort" when this issue is fixed:
|
||||
# https://github.com/rust-lang/rust/issues/52652
|
||||
[profile.dev]
|
||||
panic = "abort"
|
||||
|
||||
[profile.release]
|
||||
debug = true
|
||||
panic = "abort"
|
||||
|
||||
[profile.test]
|
||||
panic = "abort"
|
||||
|
||||
[profile.bench]
|
||||
panic = "abort"
|
||||
|
||||
Reference in New Issue
Block a user