Proton BASIC Community

Proton (Positron) => Proton8 threads => Topic started by: Yves on May 01, 2021, 12:25 PM

Title: sloe IDE conpilation
Post by: Yves on May 01, 2021, 12:25 PM
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 
Title: Re: sloe IDE conpilation
Post by: RGV250 on May 01, 2021, 01:13 PM
Hi,
Page 464 in the manual.
DeclareOptimiser_Level = n
0 is off

Bob
Title: Re: sloe IDE conpilation
Post by: Yves on May 01, 2021, 02:08 PM
Thank you Bob