File tree Expand file tree Collapse file tree 5 files changed +10
-0
lines changed
bin_with_git_submodule_dep Expand file tree Collapse file tree 5 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 14
14
, rootFeatures ? [ "default" ]
15
15
# If true, throw errors instead of issueing deprecation warnings.
16
16
, strictDeprecation ? false
17
+ # Elements to add to the `-C target-feature=` argument passed to `rustc`
18
+ # (separated by `,`, prefixed with `+`).
17
19
# Used for conditional compilation based on CPU feature detection.
18
20
, targetFeatures ? [ ]
19
21
# Whether to perform release builds: longer compile times, faster binaries.
Original file line number Diff line number Diff line change 16
16
, rootFeatures ? [ "default" ]
17
17
# If true, throw errors instead of issueing deprecation warnings.
18
18
, strictDeprecation ? false
19
+ # Elements to add to the `-C target-feature=` argument passed to `rustc`
20
+ # (separated by `,`, prefixed with `+`).
19
21
# Used for conditional compilation based on CPU feature detection.
20
22
, targetFeatures ? []
21
23
# Whether to perform release builds: longer compile times, faster binaries.
Original file line number Diff line number Diff line change 14
14
, rootFeatures ? [ "default" ]
15
15
# If true, throw errors instead of issueing deprecation warnings.
16
16
, strictDeprecation ? false
17
+ # Elements to add to the `-C target-feature=` argument passed to `rustc`
18
+ # (separated by `,`, prefixed with `+`).
17
19
# Used for conditional compilation based on CPU feature detection.
18
20
, targetFeatures ? [ ]
19
21
# Whether to perform release builds: longer compile times, faster binaries.
Original file line number Diff line number Diff line change 14
14
, rootFeatures ? [ "default" ]
15
15
# If true, throw errors instead of issueing deprecation warnings.
16
16
, strictDeprecation ? false
17
+ # Elements to add to the `-C target-feature=` argument passed to `rustc`
18
+ # (separated by `,`, prefixed with `+`).
17
19
# Used for conditional compilation based on CPU feature detection.
18
20
, targetFeatures ? [ ]
19
21
# Whether to perform release builds: longer compile times, faster binaries.
Original file line number Diff line number Diff line change 14
14
, rootFeatures ? [ "default" ]
15
15
# If true, throw errors instead of issueing deprecation warnings.
16
16
, strictDeprecation ? false
17
+ # Elements to add to the `-C target-feature=` argument passed to `rustc`
18
+ # (separated by `,`, prefixed with `+`).
17
19
# Used for conditional compilation based on CPU feature detection.
18
20
, targetFeatures ? [ ]
19
21
# Whether to perform release builds: longer compile times, faster binaries.
You can’t perform that action at this time.
0 commit comments