add rust.debug-assertions-tools option
This commit is contained in:
parent
0134651fb8
commit
4fe94badef
4 changed files with 28 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue