From 518ac7f5279139731aeaaf5ad742a9d45ff6e0d5 Mon Sep 17 00:00:00 2001 From: Bernd Wachter Date: Thu, 28 Jan 2010 15:27:15 +0100 Subject: Add minimal debug flags for Windows release builds; move definition of flags to src/ --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index f98e9f61..48e63788 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,11 +11,6 @@ SET(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/CMake/Modules) FIND_PACKAGE(Gettext) -IF (CMAKE_COMPILER_IS_GNUCXX) - # Help getting compilation warnings - SET(CMAKE_CXX_FLAGS "-Wall") -ENDIF() - OPTION(WITH_OPENGL "Enable OpenGL support" ON) OPTION(ENABLE_NLS "Enable building of tranlations" ON) -- cgit v1.2.3-70-g09d2