On Sat, Aug 27, 2011 at 5:53 AM, Alexis Moinet
<[email protected]> 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 for gcc : "-O3" and "-DNDEBUG".
> "None" defines none.
>
The CMakeLists.txt in FreeRDP-1.0 currently sets the build type to
"Release" if none has been set.
If Release adds -O3 to C_FLAGS, I think that this snippet should
probably be removed:
if(CMAKE_BUILD_TYPE STREQUAL "Release")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -O2")
endif()
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Freerdp-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freerdp-devel