Hi,
In linux, I use "-xP -r8 -132 -fPIC -g -w90 -w -ipo -w95 -static-libcxa -O3 " to compile/optimize my code.
However, I found that when I tried to run my code compiled under windows, it seems to run slower, although the processor used is similar.
I also found that the default option for linux and windows are different, is that so? For e.g., check bound is enabled by default in windows but it is disabled in linux.
May I know what's the equavalent options for -xP and -ipo? I can't seem to be similar option in windows.
Thank you very much.