mamba-org / powerloader

BSD 3-Clause "New" or "Revised" License
15 stars 9 forks source link

Static builds now links with static deps #157

Closed JohanMabille closed 1 year ago

JohanMabille commented 1 year ago

The BUILD_STATIC_DEPS option has been removed. The defualt for a static build is now ot link with its static dependencies. I didn't remove the ability to build a static build linking with dynamic depenencies in the macro for creating targets since we may need it in the future and it doe snot really simplify the code.