[cfe-dev] Release+Asserts equivalent when using Visual Studio on Windows?

Timur Iskhodzhanov timurrrr at google.com
Thu Jan 24 05:47:34 PST 2013


Hello Clang developers,

Is there any way I can build a Release+Asserts build on Windows in VS?

I've used Debug builds for "sanity" checking and RelWithDebInfo for
testing large build targets.
However, now that I've spent a day debugging a simple copy-paste
mistake in RelWithDebInfo build which was assert-catchable in Debug
mode,
I think I'd prefer Release+Asserts+DebInfo or Release+Asserts over
Release+DebInfo.

Is there a simple way I can achieve that?
E.g. some flag to cmake?

Thanks!
--
Timur



More information about the cfe-dev mailing list