Skip to content

Commit 203b655

Browse files
committed
fix: change default build type
1 parent b085bcf commit 203b655

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
3131
#set(CMAKE_POSITION_INDEPENDENT_CODE ON)
3232

3333
if(NOT CMAKE_BUILD_TYPE MATCHES "Debug|Devel|MinSizeRel|RelWithDebInfo|Release")
34-
message(STATUS "CMAKE_BUILD_TYPE not set, defaulting to Debug.")
35-
set(CMAKE_BUILD_TYPE Debug)
34+
message(STATUS "CMAKE_BUILD_TYPE not set, defaulting to Release.")
35+
set(CMAKE_BUILD_TYPE Release)
3636
endif()
3737

3838
if(UNIX AND NOT APPLE)

external/plugify

0 commit comments

Comments
 (0)