[mythtv] Compile flags [patch]

Matt Zimmerman mythtv-dev@snowman.net
Wed, 13 Nov 2002 20:41:31 -0500


On Tue, Nov 12, 2002 at 03:23:35PM -0600, Rob Ekl wrote:

> Here's a patch that will allow all files to be compiled with the 
> contents of the environment variable CFLAGS when configure is run.  I'm 
> using "-march=athlon-xp -O2 -mfpmath=sse" with gcc3.2.

CFLAGS is not generally used when building C++ programs.  Did you try
setting CXXFLAGS instead?

-- 
 - mdz