Hello all,
I'm using the proton compiler vers 2.0.3.3 and Proton 3.7.3.6 to compile my codes. I found it goes to "Assembling" then "Optimising" and then "Re- Assembling". all these take quite a long time to proceed particularly the "optimising" sequence. I understand it is to get the code as compact as possible and may be useful for the final compilation. But during development, it takes a lot of time. is it possible to avoid the optimisation process during development?
Regards,
Yves
Hi,
Page 464 in the manual.
DeclareOptimiser_Level = n
0 is off
Bob
Thank you Bob