On 21/12/2015 19:43, KI7MT wrote:
> OK, that makes sense to what I am seeing. I may need to add another
> option for single target builds so it uses either Debug or Release
> configuration.
>
> When your doing / testing single target builds, do you typically
> configure it with Debug or do you maintain separate build trees for
> Debug and Release?

Hi Greg,

there are some configuration details that are not mutable, the overall 
build configuration is the main one of those. You must have separate 
build trees for each configuration i.e. Release, Debug, etc...

It is possible to use the same build tree for different branches, this 
works because svn/git update the modification dates of files checked 
out. I usually have one build tree for each of Debug and Release 
configuration and use 'svn sw' and 'git checkout' to move my single 
source trees between branches. It does mean somewhat larger than 
necessary builds when I switch branches but that is a small price that 
is offset by the space saving and uniformity of commands I use to build 
and test.

73
Bill
G4WJS.

------------------------------------------------------------------------------
_______________________________________________
wsjt-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to