Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] cmake build speed

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] cmake build speed


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] cmake build speed
  • Date: Wed, 28 Jul 2010 00:06:00 +0200

Hi,

> Hello, building a cgal project takes a really long time for me. I've noticed
> that the following flags are enabled
>
>
> -- USING CXXFLAGS = '-O3 -march=core2 -w -pipe -frounding-math
> -fno-strict-aliasing -O3 -DNDEBUG'
>
>
> and all these optimizations explain why it takes so long. Is there a cmake
> option that will disable these optimization flags, so I can build my project
> fast in debug mode?

as far as I understand the demos inherit the flags from the library. You
could build the library in debug mode, or edit CGALConfig.cmake after
you built the library.

Joachim



Archive powered by MHonArc 2.6.16.

Top of Page