Hi,
I am new in this field. Previously i was doing microcontroller programming. where i used in volatile variable to avoid compiler optimization. But i never saw such volatile declaration before variable declaration.Does it mean compilation is done without any optimization in
build. Here i have two doubts.1. How can i enable different types of optimization during compilation like speed and space optimization in angstrom build?
2. If it already optimization compilation, why do not we need volatile declaration?
Regards.
Learner