|
Compiler Options with qcc
|
05/10/2019 5:54 AM
post119701
|
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
|
|
|