JamesYang007 / adelie

A fast and flexible Python package for solving group lasso and elastic net problems.
https://jamesyang007.github.io/adelie/
MIT License
16 stars 1 forks source link

Build binaries too large #97

Closed JamesYang007 closed 4 months ago

JamesYang007 commented 4 months ago

Binaries are much smaller with -g0 flag. With debug information, linux build yields over 400MB binary! If debugging is needed, we can always rebuild with the debug info on and read core dump.