News:

;) This forum is the property of Proton software developers

Main Menu

sloe IDE conpilation

Started by Yves, May 01, 2021, 12:25 PM

Previous topic - Next topic

Yves

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 
Yves

RGV250

Hi,
Page 464 in the manual.
DeclareOptimiser_Level = n
0 is off

Bob

Yves

Yves