Commit f252d479 by Vicent Martí

Merge pull request #264 from nulltoken/patch-2

Fix misleading comment in CMake build script
parents 2414d000 3d96996d
......@@ -41,7 +41,7 @@ IF (MSVC)
SET(CMAKE_C_FLAGS_RELEASE "/MT /O2")
ENDIF()
# Build Release by default
# Build Debug by default
IF (NOT CMAKE_BUILD_TYPE)
SET(CMAKE_BUILD_TYPE "Debug" CACHE STRING "Choose the type of build, options are: Debug Release RelWithDebInfo MinSizeRel." FORCE)
ENDIF ()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment