Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Compiler Options with qcc: (1 Item)
   
Compiler Options with qcc  
Hi,

Disabling a particular flag with optimization levels(O1, O2, O3) is it will work in qcc/q++?

For example: 

gcc -O2 -fno-align-functions file.c -o executable 
and 
gcc -O2  file.c -o executable_2 

does above both executables shall work as same or different?

Kindly anyone help me in this doubt.

Thank you in Advance....

Thanks & Regards,
Sai