Gerrit Voß wrote:

> As I said I really don't have a preference as long as it is consistent
> in some form. So your solution would be:
> 
> Debug        -> (short for DebugNoOpt) debug runtimr + no opt compiler
> DebugOpt     -> debug runtime + opt compiler
> ReleaseNoOpt -> release runtime + no opt compiler
> Release      -> (short for ReleaseOpt) release runtime + opt compiler
> 
> with the suffices:
> 
> Debug        -> D  (short for DN)
> DebugOpt     -> DO
> ReleaseNoOpt -> RN
> Release      -> again don't need one.
> 
> As you and Johannes are the most vocal on this, I would be glad if
> both of you agree on the variant both of you are happy with.

Sure. I think we both want the same versions, and I like slightly 
clearer names, so I hope we'll be able to reconcile. :)

> We than can implement it and hopefully make both of you happy in one
> go ;)

Sweet. :)

>> +1 for different suffixes for each.
>>
>> Btw, all four build should generate full debug-info (.pdb) files.
> 
> ok, I'll try to figure that one out.

CMake probably supports it. If not, it's /Zi when compiling and /DEBUG 
/PDB:"c:\path\to\the\dll\dir\dllname.pdb" when linking

Cheers,
/Marcus


------------------------------------------------------------------------------
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to