Skip to content

Commit 4ef183f

Browse files
committed
Do not force build type
1 parent 51f7aba commit 4ef183f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build/CMakeLists.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,6 @@ if (WITH_UPNP)
9191
endif ()
9292
endif ()
9393

94-
# Default build is Debug
95-
if (NOT CMAKE_BUILD_TYPE)
96-
set(CMAKE_BUILD_TYPE Debug)
97-
endif ()
98-
9994
# compiler flags customization (by vendor)
10095
if (MSVC)
10196
add_definitions( -D_WIN32_WINNT=_WIN32_WINNT_WINXP -DWIN32_LEAN_AND_MEAN -DNOMINMAX ) #-DOPENSSL_NO_SSL2 -DOPENSSL_USE_DEPRECATED

0 commit comments

Comments
 (0)