mirror of
https://github.com/urbit/ares.git
synced 2024-12-23 13:25:03 +03:00
add a warning to discourage use of check_all feature flag
This commit is contained in:
parent
e39e1b7523
commit
760b317a3e
@ -47,6 +47,7 @@ opt-level = 3
|
||||
|
||||
# run with e.g. 'cargo build --features check_forwarding,check_acyclic'
|
||||
[features]
|
||||
# FOR DEBUGGING MEMORY ISSUES ONLY
|
||||
check_all = [ "check_acyclic", "check_forwarding", "check_junior" ]
|
||||
check_acyclic = []
|
||||
check_forwarding = []
|
||||
|
Loading…
Reference in New Issue
Block a user