File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -38,3 +38,5 @@ compiler-builtins-mangled-names = ["compiler_builtins/mangled-names"]
3838compiler-builtins-weak-intrinsics = [" compiler_builtins/weak-intrinsics" ]
3939# Make panics and failed asserts immediately abort without formatting any message
4040panic_immediate_abort = []
41+ # Choose algorithms that are optimized for binary size instead of runtime performance
42+ optimize_for_size = []
Original file line number Diff line number Diff line change @@ -81,6 +81,8 @@ system-llvm-libunwind = ["unwind/system-llvm-libunwind"]
8181
8282# Make panics and failed asserts immediately abort without formatting any message
8383panic_immediate_abort = [" core/panic_immediate_abort" , " alloc/panic_immediate_abort" ]
84+ # Choose algorithms that are optimized for binary size instead of runtime performance
85+ optimize_for_size = [" core/optimize_for_size" , " alloc/optimize_for_size" ]
8486
8587# Enable std_detect default features for stdarch/crates/std_detect:
8688# https://github.com/rust-lang/stdarch/blob/master/crates/std_detect/Cargo.toml
You can’t perform that action at this time.
0 commit comments