Author: akhaldi Date: Tue May 12 11:35:19 2015 New Revision: 67685
URL: http://svn.reactos.org/svn/reactos?rev=67685&view=rev Log: [CMAKE] Set "Debug" as the default build type globally.
Modified: trunk/reactos/CMakeLists.txt
Modified: trunk/reactos/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/CMakeLists.txt?rev=67685&am... ============================================================================== --- trunk/reactos/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/CMakeLists.txt [iso-8859-1] Tue May 12 11:35:19 2015 @@ -46,6 +46,10 @@ # for more information. string(TOLOWER ${ARCH} ARCH)
+# Default to Debug for the build type +set(CMAKE_BUILD_TYPE "Debug" CACHE STRING + "Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." FORCE) + # Compile options if(ARCH STREQUAL "i386") include(cmake/config.cmake) @@ -101,10 +105,6 @@
#useful stuff! include(CMakeParseArguments) - - # Default to Debug for the build type - set(CMAKE_BUILD_TYPE "Debug" CACHE STRING -"Choose the type of build, options are: None(CMAKE_CXX_FLAGS or CMAKE_C_FLAGS used) Debug Release RelWithDebInfo MinSizeRel." FORCE)
# Do some cleanup file(REMOVE