motiwari / BanditPAM

BanditPAM C++ implementation and Python package
MIT License
647 stars 38 forks source link

Remove debug symbols when package is compiled #97

Closed motiwari closed 3 years ago

motiwari commented 3 years ago

pip install -v . shows the compiler is running with the -g flag; remove this

motiwari commented 3 years ago

Duplicate of #81