[mythtv] debug builds for non macx ppc and -maltivec

Nigel Pearson nigel at ind.tansu.com.au
Thu Nov 30 00:21:35 UTC 2006


>   macx {
>     QMAKE_CFLAGS_RELEASE += -faltivec
>     QMAKE_CFLAGS_DEBUG   += -faltivec
>   }
>   !macx {
>     QMAKE_CFLAGS_RELEASE += -maltivec -mabi=altivec
>   }
>
> Is there a QMAKE_CFLAGS_DEBUG += -maltivec -mabi=altivec missing in
> the !macx section?

It should be safe to add that,
but settings.pro has this:

QMAKE_CXXFLAGS += $$ARCHFLAGS
QMAKE_CFLAGS   += $$ARCHFLAGS

which should already include
the appropriate AltiVec flags.

I am doing some tests now.

--
Nigel Pearson, nigel at ind.tansu.com.au|"Things  you  own
Telstra Net. Eng., Sydney, Australia | end up owning you"
Office: 9202 3900    Fax:  9261 3912 |      Tyler,
Mobile: 0408 664435  Home: 9792 6998 |    Fight Club




More information about the mythtv-dev mailing list