From 9ab0af820dddae34405252869597d3d853896ed0 Mon Sep 17 00:00:00 2001 From: Dion Dokter Date: Sat, 11 May 2024 14:31:55 +0200 Subject: [PATCH] Add flag to sysroot --- library/sysroot/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/library/sysroot/Cargo.toml b/library/sysroot/Cargo.toml index 6ff24a8db59..1ddacd92e6b 100644 --- a/library/sysroot/Cargo.toml +++ b/library/sysroot/Cargo.toml @@ -22,6 +22,7 @@ llvm-libunwind = ["std/llvm-libunwind"] system-llvm-libunwind = ["std/system-llvm-libunwind"] panic-unwind = ["std/panic_unwind"] panic_immediate_abort = ["std/panic_immediate_abort"] +optimize_for_size = ["std/optimize_for_size"] profiler = ["std/profiler"] std_detect_file_io = ["std/std_detect_file_io"] std_detect_dlsym_getauxval = ["std/std_detect_dlsym_getauxval"]