We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccf84a commit f596a68Copy full SHA for f596a68
sysroot/Cargo.toml
@@ -22,6 +22,7 @@ llvm-libunwind = ["std/llvm-libunwind"]
22
system-llvm-libunwind = ["std/system-llvm-libunwind"]
23
panic-unwind = ["std/panic_unwind"]
24
panic_immediate_abort = ["std/panic_immediate_abort"]
25
+optimize_for_size = ["std/optimize_for_size"]
26
profiler = ["std/profiler"]
27
std_detect_file_io = ["std/std_detect_file_io"]
28
std_detect_dlsym_getauxval = ["std/std_detect_dlsym_getauxval"]
0 commit comments