Skip to content

Commit 6760cbe

Browse files
committed
[SOL] Optimize rustlib for size (#119)
1 parent 84b0dfa commit 6760cbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: config.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ prefix = "opt/sbf-rust"
269269
# Note: the slowness of the non optimized compiler compiling itself usually
270270
# outweighs the time gains in not doing optimizations, therefore a
271271
# full bootstrap takes much more time with `optimize` set to false.
272-
optimize = true
272+
optimize = "s"
273273

274274
# Indicates that the build should be configured for debugging Rust. A
275275
# `debug`-enabled compiler and standard library will be somewhat

0 commit comments

Comments
 (0)