Re: [CMake] CMAKE_CXX_FLAGS [was: Re: CMake Digest, Vol 77, Issue 104]

2010-10-01 Thread fatman
>> Could be. I too am a non-expert. CMake doesn't seem to output the >> command lines it executes, or if it does then Buildbot ignores it. This >> is the view from Buildbot's IO log: >> >> >> Can I make CMake more verbose? The IO log above contains the command >> line executed by Buildbot ("cd

Re: [CMake] CMAKE_CXX_FLAGS [was: Re: CMake Digest, Vol 77, Issue 104]

2010-10-01 Thread David Aldrich
c: cmake@cmake.org > Subject: [CMake] CMAKE_CXX_FLAGS [was: Re: CMake Digest, Vol 77, Issue 104] > > > On Fri, 1 Oct 2010 10:23:30 +0100 > David Aldrich wrote: > > > > if(CMAKE_BUILD_TYPE EQUAL Debug) > > >set(CMAKE_CXX_FLAGS -Wno-long-long -Wno-comment -Wwri

[CMake] CMAKE_CXX_FLAGS [was: Re: CMake Digest, Vol 77, Issue 104]

2010-10-01 Thread fatman
On Fri, 1 Oct 2010 10:23:30 +0100 David Aldrich wrote: > > if(CMAKE_BUILD_TYPE EQUAL Debug) > >set(CMAKE_CXX_FLAGS -Wno-long-long -Wno-comment -Wwrite-strings > > -std=c++0x -pedantic-errors -pedantic -Wall -W -g -gdwarf-2 -Weffc++ > > -Wmain -Wextra) > > else(CMAKE_BUILD_TYPE EQUAL Debug) >