I came through this line in project source code written before a function. I want to know, what is the use of it ?
#pragma GCC optimize ("O3")
void somefunction()
{
....
}
Requesting to explain every argument used in the directive.
Thanks and Regards.