vcpkg/ports/check/fix-build-debug-mode.patch
JackBoosY 4adbe06fef [check]Fix always built as debug library. (#6135)
* [jemalloc]Fix dll generated when generating static library

* Revert "[jemalloc]Fix dll generated when generating static library"

This reverts commit a833bf5593.

* [check]Fix always built as debug library.
2019-04-18 13:49:35 -07:00

16 lines
462 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0d66a5d..3b9a72d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,10 +39,6 @@ set(CHECK_VERSION
set(MEMORY_LEAKING_TESTS_ENABLED 1)
-###############################################################################
-# Set build features
-set(CMAKE_BUILD_TYPE Debug)
-
###############################################################################
# Option
option(CHECK_ENABLE_TESTS