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"
3939cmake = " 0.1.50"
4040
4141[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).
4548rvv-off = []
4649
4750[lints .rust ]
Original file line number Diff line number Diff line change @@ -89,9 +89,10 @@ zlib-ng = ["libc", "cmake"]
8989# or be completely removed in the future
9090zlib-ng-no-cmake-experimental-community-maintained = [" libc" ]
9191stock-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
9596# portable binary, or on systems where auto-detection is incorrect
9697# (as in https://github.com/zlib-ng/zlib-ng/issues/1705).
9798rvv-off = []
You can’t perform that action at this time.
0 commit comments