AOSC-Archive / autobuild3

AOSC OS package maintenance toolkit (version 3)
https://aosc.io
GNU General Public License v2.0
24 stars 17 forks source link

arch/mips64el: remove -fprefetch-loop-arrays #96

Closed jyhi closed 8 years ago

jyhi commented 8 years ago
MingcongBai commented 8 years ago

'-fprefetch-loop-arrays' is a hard optimization -- it might be opened on some softwares operating huge arrays, like databases, but not the whole system.

Consider merging to _common.sh?

jyhi commented 8 years ago

Consider merging to _common.sh?

No, this optimization does little good to other software -- what's worse, it may generate big binaries. Not recommended if opening it on the whole system. Might consider using it on MySQL or else.

MingcongBai commented 8 years ago

Okay. Taking your word for it.