Skip to content

Commit f596a68

Browse files
committed
Add flag to sysroot
1 parent 6ccf84a commit f596a68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sysroot/Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ llvm-libunwind = ["std/llvm-libunwind"]
2222
system-llvm-libunwind = ["std/system-llvm-libunwind"]
2323
panic-unwind = ["std/panic_unwind"]
2424
panic_immediate_abort = ["std/panic_immediate_abort"]
25+
optimize_for_size = ["std/optimize_for_size"]
2526
profiler = ["std/profiler"]
2627
std_detect_file_io = ["std/std_detect_file_io"]
2728
std_detect_dlsym_getauxval = ["std/std_detect_dlsym_getauxval"]

0 commit comments

Comments
 (0)