Re: [Freerdp-devel] CMake Wiki Article

2011-08-27 Thread Mike Gilbert
On Sat, Aug 27, 2011 at 5:53 AM, Alexis Moinet wrote: > On 26/08/11 17:54, Marc-André Moreau wrote : >> How do we: >> Generate Release vs Debug project files (default seems to be release) > > BTW actually default is "None" which is different from "Release": > > "Release" sets (at least) two flags

Re: [Freerdp-devel] CMake Wiki Article

2011-08-27 Thread Alexis Moinet
On 26/08/11 17:54, Marc-André Moreau wrote : > How do we: > Generate Release vs Debug project files (default seems to be release) BTW actually default is "None" which is different from "Release": "Release" sets (at least) two flags for gcc : "-O3" and "-DNDEBUG". "None" defines none. Alexis ---

Re: [Freerdp-devel] CMake Wiki Article

2011-08-27 Thread Alexis Moinet
On 26/08/11 17:54, Marc-André Moreau wrote : > Hi all, > > As 1.0 progresses, people are slowly getting used to cmake. There are still > many things which aren't obvious to newcomers though, and I am still learning > a lot. > > Is there anyone experienced with cmake that would like to work on d

Re: [Freerdp-devel] CMake Wiki Article

2011-08-26 Thread Niels Horn
On Fri, Aug 26, 2011 at 12:54 PM, Marc-André Moreau wrote: > Hi all, > As 1.0 progresses, people are slowly getting used to cmake. There are still > many things which aren't obvious to newcomers though, and I am still > learning a lot. > Is there anyone experienced with cmake that would like to wo

[Freerdp-devel] CMake Wiki Article

2011-08-26 Thread Marc-André Moreau
Hi all, As 1.0 progresses, people are slowly getting used to cmake. There are still many things which aren't obvious to newcomers though, and I am still learning a lot. Is there anyone experienced with cmake that would like to work on documenting its usage on the wiki? Generate makefiles: cmake