crawshaw / sqlite

Go SQLite3 driver
ISC License
561 stars 67 forks source link

Do not enforce linking mode and leave the decision to the application… #103

Closed joesis closed 2 years ago

joesis commented 3 years ago

… developer

So the linking mode of other CGO code is not affected by this package

See https://github.com/crawshaw/sqlite/pull/24#discussion_r505134443

Quote @anacrolix

This change has successfully fixed linking issues in anacrolix/torrent and elsewhere.