Well the problem here is that pre-built libraries do not come with symbols because they've been compiled in Release mode (and we cannot control that). RelWithDebInfo will generate debug symbols only for osquery.
We need to support building third party dependencies from source also for Windows, although there's to see how much memory it requires then