File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,12 @@ libc = "0.2.43"
39
39
cmake = " 0.1.50"
40
40
41
41
[features ]
42
- # This feature builds riscv64 binaries portable to machines without RVV, even if the build machine
43
- # is riscv64 and detected to support RVV. This is useful for building a more portable binary, or on
44
- # systems where auto-detection is incorrect (as in https://github.com/zlib-ng/zlib-ng/issues/1705).
42
+ # Experimental: This feature only affects zlib-ng, is only relevant to riscv64
43
+ # targets, and currently only has an effect when `cmake` is used. It builds
44
+ # binaries portable to machines without RVV, even if the build machine is
45
+ # riscv64 and detected to support RVV. This is useful for building a more
46
+ # portable binary, or on systems where auto-detection is incorrect
47
+ # (as in https://github.com/zlib-ng/zlib-ng/issues/1705).
45
48
rvv-off = []
46
49
47
50
[lints .rust ]
Original file line number Diff line number Diff line change @@ -89,9 +89,10 @@ zlib-ng = ["libc", "cmake"]
89
89
# or be completely removed in the future
90
90
zlib-ng-no-cmake-experimental-community-maintained = [" libc" ]
91
91
stock-zlib = []
92
- # This feature only affects zlib-ng and is only relevant to riscv64 targets. It
93
- # builds binaries portable to machines without RVV, even if the build machine
94
- # is riscv64 and detected to support RVV. This is useful for building a more
92
+ # Experimental: This feature only affects zlib-ng, is only relevant to riscv64
93
+ # targets, and currently only has an effect when `cmake` is used. It builds
94
+ # binaries portable to machines without RVV, even if the build machine is
95
+ # riscv64 and detected to support RVV. This is useful for building a more
95
96
# portable binary, or on systems where auto-detection is incorrect
96
97
# (as in https://github.com/zlib-ng/zlib-ng/issues/1705).
97
98
rvv-off = []
You can’t perform that action at this time.
0 commit comments