Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Long build time (Read 2112 times)
MagnusSpeychal
Junior Member
**
Offline



Posts: 53
Joined: Jun 18th, 2007
Long build time
Jun 9th, 2008 at 11:19am
Print Post  
Hi

We are using FlowChartX in a MS Visual Studio project which builds to a dll. When building a debug version of the project everything works fine but when we try to build a release version of the project it takes a very long time to complete the build.

Do have any ideas what might cause this long build time?


Best regards,
Magnus
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Long build time
Reply #1 - Jun 9th, 2008 at 12:02pm
Print Post  
Hi,

I suppose the build is slower because of the optimizations done by the C++ compiler in release configuration. You can verify this by disabling the optimizations from the project's compiler options window.

Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Long build time
Reply #2 - Jun 9th, 2008 at 12:08pm
Print Post  
Additionally, check if the "precompiled headers" option is enabled for your release configuration.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint