Has anyone done any testing on the optimum GCC compiler flags for compiling Nginx?<br><br>I usually use &quot;-O3 -march=core2 -msse -mmmx -msse2 -msse3 -mfpmath=sse -fomit-frame-pointer&quot;, but would it be worthwhile using &quot;-funroll-loops&quot; or other options? Would &quot;-O2&quot; be better?<br>
<br>Has anyone compiled Nginx with the Intel C/C++ Compiler? If so, what settings did you use?<br><br>Many thanks!<br>