update configure.py to handle new bootstrap.example.toml

This commit is contained in:
binarycat
2025-06-17 15:19:51 -05:00
parent 7eaf7386b9
commit 01fbeb8065
2 changed files with 25 additions and 8 deletions

View File

@@ -385,7 +385,7 @@
#
# The default value for the `features` array is `[]`. However, please note that other flags in
# `bootstrap.toml` might influence the features enabled for some tools.
#tool.TOOL_NAME.features = [FEATURE1, FEATURE2]
#build.tool.TOOL_NAME.features = [FEATURE1, FEATURE2]
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose, 3 == print environment variables on each rustc invocation
#build.verbose = 0