Alexpux / Qt-builds

Scripts for building Qt-5.x

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-O2 -fomit-frame-pointer

tomilov opened this issue · comments

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.

Thanks! Fixed.