Re: Managing different build configurations with kdesrc-build

2015-04-24 Thread Milian Wolff
On Friday 24 April 2015 05:52:40 Jeremy Whiting wrote: > Millian, > > For that it should be adequate to have two separate config files. You > could leave one named ~/.kdesrc-buildrc and name the other > ~/.debugkdesrc-buildrc or whatnot. Then to use the debug one, just > pass it to --rc-file=~/.de

Re: Managing different build configurations with kdesrc-build

2015-04-24 Thread Jeremy Whiting
Millian, For that it should be adequate to have two separate config files. You could leave one named ~/.kdesrc-buildrc and name the other ~/.debugkdesrc-buildrc or whatnot. Then to use the debug one, just pass it to --rc-file=~/.debugkdesrc-buildrc when you run kdesrc-build. If you want them to in

Managing different build configurations with kdesrc-build

2015-04-24 Thread Milian Wolff
Hey all, esp. Jeremy. I have a question regarding kdesrc-build: Is it possible to manage multiple build configurations with kdesrc-build? Most notably, I'd like to have two builds of all modules in my configuration: One CMAKE_BUILD_TYPE=Debug build and a ...=RelWithDebInfo build. This is an im