Commit 0d5aa7d7b8b8df80a86b93e1b6e1b94e31a285d4

Kirill A. Shutemov 2011-08-25T14:31:19

CMakeLists: no need in split debug/release build With GNU toolchain there's no need to split debug/release build. It's useful to have -O2 in debug envitonment since GCC show more warnings in this case. -O2 -g works fine. For release purpose, debug information can be stripted on later stage. Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name>