Pārlūkot izejas kodu

Comment our change of default build type.


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4319 3789f03b-4d11-0410-bbf8-ca57d06f2519
tags/v1.1.90
Pierre Ossman pirms 13 gadiem
vecāks
revīzija
2c66a63d37
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2
    0
      CMakeLists.txt

+ 2
- 0
CMakeLists.txt Parādīt failu

@@ -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()

Notiek ielāde…
Atcelt
Saglabāt