We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b42e91 commit 9adea61Copy full SHA for 9adea61
config.toml.example
@@ -258,10 +258,9 @@
258
[rust]
259
260
# Whether or not to optimize the compiler and standard library.
261
-#
262
-# Note: the slowness of the non optimized compiler compiling itself usually
263
-# outweighs the time gains in not doing optimizations, therefore a
264
-# full bootstrap takes much more time with `optimize` set to false.
+# WARNING: Building with optimize = false is NOT SUPPORTED. Due to bootstrapping,
+# building without optimizations takes much longer than optimizing. Further, some platforms
+# fail to build without this optimization (c.f. #65352).
265
#optimize = true
266
267
# Indicates that the build should be configured for debugging Rust. A
0 commit comments