add rust.debug-assertions-tools option

This commit is contained in:
Pietro Albini 2025-04-29 10:59:14 +02:00
parent 0134651fb8
commit 4fe94badef
No known key found for this signature in database
GPG key ID: CD76B35F7734769E
4 changed files with 28 additions and 5 deletions

View file

@ -570,6 +570,12 @@
# Defaults to rust.debug-assertions value
#debug-assertions-std = rust.debug-assertions (boolean)
# Whether or not debug assertions are enabled for the tools built by bootstrap.
# Overrides the `debug-assertions` option, if defined.
#
# Defaults to rust.debug-assertions value
#debug-assertions-tools = rust.debug-assertions (boolean)
# Whether or not to leave debug! and trace! calls in the rust binary.
#
# Defaults to rust.debug-assertions value