File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,7 @@ If paths to header file ``zstd.h`` and libraries is uncommon - use common ``buil
256256
257257 >>> $ python setup.py build_ext -- external -- include- dirs / opt/ zstd/ usr/ include -- libraries zstd -- library- dirs / opt/ zstd/ lib clean
258258
259- But If you want to build with bundled distribution of libzstd just add ``--
259+ But If you want to force build with bundled distribution of libzstd just add ``--
260260libzstd-bundled `` option
261261
262262 >>> $ python setup.py build_ext -- libzstd- bundled clean
@@ -265,6 +265,15 @@ When using a PEP 517 builder you can use ``ZSTD_BUNDLED`` environment variable i
265265
266266 >>> $ ZSTD_BUNDLED = 1 python - m build - w
267267
268+ If you want to check if build w/o any warnings just add ``--
269+ all-warnings `` option
270+
271+ >>> $ python setup.py build_ext -- all - warnings clean
272+
273+ When using a PEP 517 builder you can use ``ZSTD_WARNINGS `` environment variable instead:
274+
275+ >>> $ ZSTD_WARNINGS = 1 python - m build - w
276+
268277Install from pypi
269278-----------------
270279
You can’t perform that action at this time.
0 commit comments