<div>Hi,</div>
<div>&nbsp;</div>
<div>May I know what&#39;s the difference between the optimized and debugging version?</div>
<div>&nbsp;</div>
<div>Have the optimization flags such as -O3 been used in the compilcation of the libraries for the optimized one? Whereas for the debugging version, there is no optimization by the compiler?</div>
<div>&nbsp;</div>
<div>If my program works fine in the debugging version, does it mean that I will not get errors in the optimized version?</div>
<div>&nbsp;</div>
<div>Thanks</div>