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-li...@laposte.net _______________________________________________ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"