Commit ec5b356
committed
docs: correct misleading 'hermetic' framing on ZSTD_MULTITHREAD off
zig bundles pthreads for every target regardless of this flag, so
nothing hermeticity-related is being avoided by leaving it off. The real
consequence is that ZstdCompressParameter's NB_WORKERS becomes a silent
no-op at the C level - a functional gap, not a build detail. Whether to
flip it on is deferred to #80; this just fixes the comment so it stops
describing an incorrect rationale.1 parent 65f48f7 commit ec5b356
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
0 commit comments