Merge pull request #191 from urbit/pq/add-warning-for-check-all

add a warning to discourage use of check_all feature flag
This commit is contained in:
Edward Amsden 2023-12-18 17:43:56 -06:00 committed by GitHub
commit 8c92c68c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = []