Re: Add some information to Packaging cmake wiki

2012-02-28 Thread Kevin Kofler
Richard Shaw wrote: > Hmm... I guess we shouldn't add it to the cmake macro then :) I > usually wait and see if there's a problem first and then try that as > the fix. I haven't had a situation where it gave me bad flags yet, but > I did have a package that hard coded "Release" with bad flags (-O3

Re: Add some information to Packaging cmake wiki

2012-02-28 Thread Kevin Kofler
Richard Shaw wrote: > Hmm... I guess we shouldn't add it to the cmake macro then :) I > usually wait and see if there's a problem first and then try that as > the fix. I haven't had a situation where it gave me bad flags yet, but > I did have a package that hard coded "Release" with bad flags (-O3

Re: Add some information to Packaging cmake wiki

2012-02-28 Thread Richard Shaw
On Tue, Feb 28, 2012 at 5:19 PM, Rex Dieter wrote: > Kevin Kofler wrote: > >> Richard Shaw wrote: >>> I've noticed with several packages lately that frequently the wrong >>> build flags are used or appened to the ones the cmake macro sets. >>> Sometimes this can happen because the main cmake confi

Re: Add some information to Packaging cmake wiki

2012-02-28 Thread Rex Dieter
Kevin Kofler wrote: > Richard Shaw wrote: >> I've noticed with several packages lately that frequently the wrong >> build flags are used or appened to the ones the cmake macro sets. >> Sometimes this can happen because the main cmake configuration file >> forces the type to "Release" (bad!) but no

Re: Add some information to Packaging cmake wiki

2012-02-28 Thread Kevin Kofler
Richard Shaw wrote: > I've noticed with several packages lately that frequently the wrong > build flags are used or appened to the ones the cmake macro sets. > Sometimes this can happen because the main cmake configuration file > forces the type to "Release" (bad!) but not always. > > I've found t

Add some information to Packaging cmake wiki

2012-02-28 Thread Richard Shaw
I don't have access to edit this[1] so I hope someone who does will. I've noticed with several packages lately that frequently the wrong build flags are used or appened to the ones the cmake macro sets. Sometimes this can happen because the main cmake configuration file forces the type to "Release