Re: [OE-core] [PATCH] Yocto: qt4: Let qmake control some compiler/linker flags

2014-08-28 Thread Marek Vasut
On Tuesday, August 26, 2014 at 04:04:30 AM, Khem Raj wrote: > On 14-08-07 17:25:57, Marek Vasut wrote: > > In the case of building an Qt application outside of the Yocto > > build system, we want to make sure that a "debug" configuration > > of the application does contain debug symbols and is has

Re: [OE-core] [PATCH] Yocto: qt4: Let qmake control some compiler/linker flags

2014-08-25 Thread Khem Raj
On 14-08-07 17:25:57, Marek Vasut wrote: > In the case of building an Qt application outside of the Yocto > build system, we want to make sure that a "debug" configuration > of the application does contain debug symbols and is has the > compiler optimalization unset. On the other hand, we want to >

Re: [OE-core] [PATCH] Yocto: qt4: Let qmake control some compiler/linker flags

2014-08-25 Thread Otavio Salvador
On Fri, Aug 15, 2014 at 5:53 PM, Marek Vasut wrote: > On Monday, August 11, 2014 at 02:49:16 AM, Otavio Salvador wrote: >> Hello Marek, >> >> On Thu, Aug 7, 2014 at 12:25 PM, Marek Vasut wrote: >> > In the case of building an Qt application outside of the Yocto >> > build system, we want to make

Re: [OE-core] [PATCH] Yocto: qt4: Let qmake control some compiler/linker flags

2014-08-15 Thread Marek Vasut
On Monday, August 11, 2014 at 02:49:16 AM, Otavio Salvador wrote: > Hello Marek, > > On Thu, Aug 7, 2014 at 12:25 PM, Marek Vasut wrote: > > In the case of building an Qt application outside of the Yocto > > build system, we want to make sure that a "debug" configuration > > of the application do

Re: [OE-core] [PATCH] Yocto: qt4: Let qmake control some compiler/linker flags

2014-08-10 Thread Otavio Salvador
Hello Marek, On Thu, Aug 7, 2014 at 12:25 PM, Marek Vasut wrote: > In the case of building an Qt application outside of the Yocto > build system, we want to make sure that a "debug" configuration > of the application does contain debug symbols and is has the > compiler optimalization unset. On th

[OE-core] [PATCH] Yocto: qt4: Let qmake control some compiler/linker flags

2014-08-07 Thread Marek Vasut
In the case of building an Qt application outside of the Yocto build system, we want to make sure that a "debug" configuration of the application does contain debug symbols and is has the compiler optimalization unset. On the other hand, we want to have a "release" build which does not contain the