Skip to Content.
Sympa Menu

cgal-discuss - reducing compile time

Subject: CGAL users discussion list

List archive

reducing compile time


Chronological Thread 
  • From: "Gabriel Cirio" <>
  • To:
  • Subject: reducing compile time
  • Date: Mon, 19 Nov 2007 11:04:23 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:x-google-sender-auth; b=uBP0iO3EinT64+TNypwA6sCLdT12beYpxdT4baIsUjZXgxYaMN03l+2S2x7e/JLIGwZphwLSGwGj1ItnC9ziOBRkSs+gyXydJICrMaM5WlvIjeqN5mMe8ohywoPD8/9QQHPPa7dYVrNjmtgKJCkkQUNauQCnI8/wbOEKrdQzhxI=

Hello,

is there any tip or trick to reduce the compile time of a CGAL application? I am using an enriched polyhedron template with a bunch of templated (since they use the enriched polyhedron) functionalities, and it often takes several minutes to compile since every single header/template is recompiled each time. Is there a technique to minimize template recompilation?

Thanks,

Gabriel



Archive powered by MHonArc 2.6.16.

Top of Page