Created by: Carrotman42
We introduce the ability to set the dynamorio_so_start and dynamorio_so_end linker variables even when being compiled as a STATIC_LIBRARY. If not specified, the old functionality is used.
This is a test commit to see how Travis, Jenkins, and Derek feel about this approach; this works with my local build setup in both debug and release as well as for a large internal app.
I would also like to set up a simple test for this, but I don't have a better idea than "compile static_detach with the new option and run it"; suggestions are welcome, but in the meantime I'll start hitting my head against cmake.
Issue: #3387