Change type of box_noalias to bool
This commit is contained in:
parent
78075e1e26
commit
72f8d6a659
3 changed files with 3 additions and 3 deletions
|
@ -1255,7 +1255,7 @@ options! {
|
|||
binary_dep_depinfo: bool = (false, parse_bool, [TRACKED],
|
||||
"include artifacts (sysroot, crate dependencies) used during compilation in dep-info \
|
||||
(default: no)"),
|
||||
box_noalias: Option<bool> = (None, parse_opt_bool, [TRACKED],
|
||||
box_noalias: bool = (true, parse_bool, [TRACKED],
|
||||
"emit noalias metadata for box (default: yes)"),
|
||||
branch_protection: Option<BranchProtection> = (None, parse_branch_protection, [TRACKED],
|
||||
"set options for branch target identification and pointer authentication on AArch64"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue