Skip to content

Commit 3fa825b

Browse files
committed
fix: change default build type
1 parent 25f95f2 commit 3fa825b

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
@@ -27,8 +27,8 @@ set(CMAKE_CXX_EXTENSIONS OFF)
2727
#set(CMAKE_POSITION_INDEPENDENT_CODE ON)
2828

2929
if(NOT CMAKE_BUILD_TYPE MATCHES "Debug|Devel|MinSizeRel|RelWithDebInfo|Release")
30-
message(STATUS "CMAKE_BUILD_TYPE not set, defaulting to Debug.")
31-
set(CMAKE_BUILD_TYPE Debug)
30+
message(STATUS "CMAKE_BUILD_TYPE not set, defaulting to Release.")
31+
set(CMAKE_BUILD_TYPE Release)
3232
endif()
3333

3434
if(UNIX AND NOT APPLE)

external/plugify

0 commit comments

Comments
 (0)