Re: [CMake] Visual Studio: release builds with "Generate Debug Info" enabled

2009-06-02 Thread Tyler Roscoe
On Tue, Jun 02, 2009 at 04:05:39PM -0400, John Drescher wrote: > How about using the RelWithDebInfo build that CMake generates? Good idea. I'll look into this. Thanks, tyler ___ Powered by www.kitware.com Visit other Kitware open-source projects at ht

Re: [CMake] Visual Studio: release builds with "Generate Debug Info" enabled

2009-06-02 Thread John Drescher
On Tue, Jun 2, 2009 at 3:54 PM, Tyler Roscoe wrote: > We build the Release versions of our libraries with Debug info enabled. > > In Visual Studio, you enable this by setting > Properties->Linker->Debugging->Generate Debug Info to Yes. > > All this really does is add /DEBUG to the link flags for t

[CMake] Visual Studio: release builds with "Generate Debug Info" enabled

2009-06-02 Thread Tyler Roscoe
We build the Release versions of our libraries with Debug info enabled. In Visual Studio, you enable this by setting Properties->Linker->Debugging->Generate Debug Info to Yes. All this really does is add /DEBUG to the link flags for the library. So I added "/DEBUG" to the LINK_FLAGS_RELEASE prop