PDA

View Full Version : CFLAGS and CXXFLAGS?


arjun
February 5th, 2006, 03:34 AM
Hi. How can I edit my CFLAGS and CXXFLAGS variables in Ubuntu and Debian based OSes? I want to compile some software that is customized to my system.

engla
February 5th, 2006, 03:44 AM
Well don't you do however you always do when you compile, regardless of distro?

I would use something like
$ CFLAGS= -Os ./configure