How to not use OPTIMIZED_FLAGS properly

Cyrille Lefevre cyrille.lefevre-lists at laposte.net
Mon Feb 7 20:03:06 UTC 2011


Le 07/02/2011 18:34, Ruslan Mahmatkhanov a écrit :
>
> Hello.
>
> I'm working on port that doesn't builds with "-O2 -pipe", that passed to
> Makefile by default (it exits with message about virtual memory is
> exhausted). I can avoid this by setting CFLAGS="" and CXXFLAGS="" in
> CONFIGURE_ENV. But portlint is complaining like this:
>
> What is the right way to do the job?


how about CFLAGS := ${CFLAGS:N-O*:N-pipe} -O

Regards,

Cyrille Lefevre
-- 
mailto:Cyrille.Lefevre-lists at laposte.net




More information about the freebsd-ports mailing list