I want to use Rhino Tools in an application (for the Binsor support). There isn't a binary release so I'm downloading the source and compiling it. It compiles the debug binaries no problem, but the release build fails.
The app that I'm developing will be deployed with release binaries, but will have to reference the debug build of Rhino Tools.
What are the ramifications of deploying release code along with some dependencies that are debug binaries? Is it going to kill performance?