LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Compilation in CVI2013

Solved!
Go to solution

Thanks for confirmation!

 

With respect to the achingly slow compilation I noticed that if there are syntax errors these are found pretty fast, so I could imagine that it is one of the optimization steps that takes that long...?

0 Kudos
Message 11 of 13
(881 Views)

No, it's not an optimization step. It affects debug compiles as well, and these don't include any optimization steps. It has to do with the intermediate language generation.

0 Kudos
Message 12 of 13
(879 Views)

@LuisG wrote:

No, it's not an optimization step. It affects debug compiles as well, and these don't include any optimization steps. It has to do with the intermediate language generation.


Luis,

 

I know that it affects debug, that's why I care (I use it in 99.9% of all compilations) Smiley Wink But I have learnt here that even debug includes some optimizations, maybe one of those is causing the delay...

0 Kudos
Message 13 of 13
(872 Views)