Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Couldn't you just compile your sqlite3 with private symbol visibility and statically link to that?


Yep. Build objects with -fvisibility=hidden, create a static library with `ar rcs libsqlite.a *.o`, and link your app with it and NOT dynamic libsqlite.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: