We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51f7aba commit 4ef183fCopy full SHA for 4ef183f
build/CMakeLists.txt
@@ -91,11 +91,6 @@ if (WITH_UPNP)
91
endif ()
92
93
94
-# Default build is Debug
95
-if (NOT CMAKE_BUILD_TYPE)
96
- set(CMAKE_BUILD_TYPE Debug)
97
-endif ()
98
-
99
# compiler flags customization (by vendor)
100
if (MSVC)
101
add_definitions( -D_WIN32_WINNT=_WIN32_WINNT_WINXP -DWIN32_LEAN_AND_MEAN -DNOMINMAX ) #-DOPENSSL_NO_SSL2 -DOPENSSL_USE_DEPRECATED
0 commit comments