Add opt-for-size core lib feature flag
This commit is contained in:
parent
be7549f82c
commit
1d1981b7b0
@ -31,6 +31,8 @@ rand_xorshift = { version = "0.3.0", default-features = false }
|
|||||||
[features]
|
[features]
|
||||||
# Make panics and failed asserts immediately abort without formatting any message
|
# Make panics and failed asserts immediately abort without formatting any message
|
||||||
panic_immediate_abort = []
|
panic_immediate_abort = []
|
||||||
|
# Choose algorithms that are optimized for binary size instead of runtime performance
|
||||||
|
optimize_for_size = []
|
||||||
# Make `RefCell` store additional debugging information, which is printed out when
|
# Make `RefCell` store additional debugging information, which is printed out when
|
||||||
# a borrow error occurs
|
# a borrow error occurs
|
||||||
debug_refcell = []
|
debug_refcell = []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user