In my current project, the debug build for bullet has become so slow as to make actually running the project impossible. I can easily enough build and run the project in release, release runs just fine, but I need the ability to have full debugging capability for my own code.
From what I can tell you must statically compile Bullet into your project, so there is no way to make a DLL or sorts which might solve this issue. I was also looking into mixing release and debug building in VS2010, although the compiler becomes very unhappy with you about this.
Has anyone run into this issue and possibly have an acceptable solution? I appreciate any advice!