python-zstandard icon indicating copy to clipboard operation
python-zstandard copied to clipboard

environment variable for extra_link_args?

Open mitchblank opened this issue 3 years ago • 0 comments

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

mitchblank avatar Feb 19 '22 08:02 mitchblank