Sjors / libwally-swift

Swift wrapper for LibWally, a collection of useful primitives for cryptocurrency wallets
MIT License
40 stars 18 forks source link

Fix framework causing IRGen issues for projects using LibWally framework #79

Closed jurvis closed 2 years ago

jurvis commented 2 years ago

Addresses #78

Added a bunch of build flags so we tell the Swift compiler not to serialize debugging options

Sjors commented 2 years ago

Thanks! I only tested that this still compiles, didn't check the original issue.