tplgy / bonefish

C++ WAMP application router that enables building applications from loosely-coupled components.
Apache License 2.0
55 stars 33 forks source link

Remove asio_source option. #7

Closed jpetso closed 9 years ago

jpetso commented 9 years ago

Using header-only asio gives us consistently 100 KB or more of binary size savings, while also simplifying build complexities and the use of bonefish as a library. For shared builds, we don't want the BOOST_ASIO_DYN_LINK option anyway because it ties us to asio's ABI, which has been declared as not stable at all.