LUA fails upgrade on 7.2/amd64

Andrea Venturoli ml at netfence.it
Tue Sep 7 19:34:11 UTC 2010


Il 09/07/10 10:40, Anonymous ha scritto:

> It's expected becasue you're overriding -fPIC in port's Makefile from
> your make.conf (CFLAGS=...). If you still want to *reduce* optimization
> then append CFLAGS by using `+=' instead of `='.

Thanks, this was the problem.

So, I've had the following in /etc/make.conf since eons:
CFLAGS=-O -pipe
COPTFLAGS=-O -pipe


Genrally speaking (meaning for any port), is this still useful?
Are the above flags deprecated?
Will I get optimized code without them?

  bye & Thanks
	av.


More information about the freebsd-ports mailing list