[vtkusers] CMAKE config for Release
David Doria
daviddoria at gmail.com
Mon Nov 1 09:06:43 EDT 2010
On Mon, Nov 1, 2010 at 8:48 AM, Leonardo M. Ramé <l.rame at griensu.com> wrote:
> Hi, I would like to know what are the flags needed in CMAKE to compile
> VTK for Release version, I think by default it's configured for
> Debugging.
I believe the default is actually release. To change it to debug, I set:
CMAKE_BUILD_TYPE = DEBUG
When it is blank (which I believe is the default), I believe that
indicates release mode.
David
More information about the vtkusers
mailing list