Alexpux / Qt-builds

Scripts for building Qt-5.x
48 stars 16 forks source link

-O2 -fomit-frame-pointer #16

Closed tomilov closed 11 years ago

tomilov commented 11 years ago

Line https://github.com/Alexpux/Qt-builds/blob/master/buildall#L303 contains both the "-O2" and the "-fomit-frame-pointer" options, but "http://gcc.gnu.org/onlinedocs/gcc/Optimize-Options.html" say, that first one involves the second one. So, it is redundant to add both options.

Alexpux commented 11 years ago

Thanks! Fixed.