Re: please drop whatever you're doing and add -fPIC to all your rockspecs.
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: please drop whatever you're doing and add -fPIC to all your rockspecs.
- From: Jeff Pohlmeyer <yetanothergeek@...>
- Date: 2010年2月27日 14:49:04 -0600
On Sat, Feb 27, 2010 at 1:58 PM, Hisham wrote:
> Does anyone have anything against LuaRocks adding -fPIC to CFLAGS on
> every architecture?
I have no idea about any of this stuff, but I did find this page:
http://lua-users.org/wiki/BuildingModules
It says:
"Avoid -fPIC since it comes with a big performance penalty on some
RISC architectures (Sparc in particular)."
So if -fPIC should be used everywhere, maybe that sentence could use
some clarification.
- Jeff