python-zstandard
python-zstandard copied to clipboard
environment variable for extra_link_args?
4ec24a980134584a5309cd9d55aacac3dcc27e9e added $ZSTD_EXTRA_COMPILER_ARGS to easily add values to extra_compile_args=... passed to distutils.extension.Extension()
It would be useful to have $ZSTD_EXTRA_LINKER_ARGS that controlled extra_linker_args=... the same way