mozilla / cubeb-pulse-rs

ISC License
15 stars 17 forks source link

Configure Travis CI. #3

Closed djg closed 7 years ago

djg commented 7 years ago

Build 32-bit/64-bit x static-link/dynamic-link

rillian commented 7 years ago

Really, I'd call the pulse-ffi feature dlopen and the top-level feature pulse-dlopen. I think that's more descriptive than referring to static or dynamic linking.

I think of dynamic linking as the normal, non-optional linking to a shared library object, with symbol references to be resolved by the loader.