Set CMAKE_BUILD_TYPE=RelWithDebugInfo if it's not set manually.
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 4 Feb 2009 23:41:41 +0000 (00:41 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 4 Feb 2009 23:57:27 +0000 (00:57 +0100)
Also, we enable some gcc flags to provide for better debugging information.
Use -DCMAKE_BUILD_TYPE=Debug for mostly optimized, but debuggable builds.
Use -DCMAKE_BUILD_TYPE=Debugfull for -g3 (all debug info).

This should fix #503 too (I hope)


No differences found