Topic : Optimisation

Forum : Ride IDE

Original Post
Post Information Post
March 31, 2010 - 12:09pm
Guest

In ride, can i make some part of code without optimisation?

In the project i choose O1 and in the code, maybe a pragma or something to avoid optimisation in specific part.

Is there any way to do this?

Replies
Post Information Post
+1
0
-1
March 31, 2010 - 2:02pm
Raisonance Support Team

Hi Seb,

On the Raisonance RCSTM8 compiler you can place an inline pragma with most of the compiler options:

#pragma O(1)

I hope this helps,
Bruno