]> source.dussan.org Git - tigervnc.git/commitdiff
Comment our change of default build type.
authorPierre Ossman <ossman@cendio.se>
Thu, 3 Mar 2011 12:52:59 +0000 (12:52 +0000)
committerPierre Ossman <ossman@cendio.se>
Thu, 3 Mar 2011 12:52:59 +0000 (12:52 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4319 3789f03b-4d11-0410-bbf8-ca57d06f2519

CMakeLists.txt

index bbe9a27abe6fe472066d9d18abd8b905a22ed2a9..a831ad06ddc7cbae2b265899b827375cb0597b02 100644 (file)
@@ -27,6 +27,8 @@ else()
   string(REGEX REPLACE "\n" "" BUILD ${BUILD})
 endif()
 
+# Default to optimised builds instead of debug ones. Our code has no bugs ;)
+# (CMake makes it fairly easy to toggle this back to Debug if needed)
 if(NOT CMAKE_BUILD_TYPE)
   set(CMAKE_BUILD_TYPE Release)
 endif()