Skip to content

Commit f14e3a8

Browse files
authored
Enable optimize_for_size for Rust std (#8844)
1 parent 95d3eac commit f14e3a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/src/.cargo/config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ target-dir = "../out/rust"
88

99
[unstable]
1010
build-std = ["std", "panic_abort"]
11-
build-std-features = ["panic_immediate_abort"]
11+
build-std-features = ["panic_immediate_abort", "optimize_for_size"]
1212
profile-rustflags = true

0 commit comments

Comments
 (0)