diff options
| author | JackBoosY <47264268+JackBoosY@users.noreply.github.com> | 2019-04-19 04:49:35 +0800 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-04-18 13:49:35 -0700 |
| commit | 4adbe06fefb69b8b98f799ed022cab88eb7148cc (patch) | |
| tree | 6ecc23d61a195a2b113f128ac32f4ad005b1568b /ports/check/fix-build-debug-mode.patch | |
| parent | 3667328354e81997411801944bb9aedd326e0326 (diff) | |
| download | vcpkg-4adbe06fefb69b8b98f799ed022cab88eb7148cc.tar.gz vcpkg-4adbe06fefb69b8b98f799ed022cab88eb7148cc.zip | |
[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 a833bf5593be181e065af097732c78cb810888fd.
* [check]Fix always built as debug library.
Diffstat (limited to 'ports/check/fix-build-debug-mode.patch')
| -rw-r--r-- | ports/check/fix-build-debug-mode.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ports/check/fix-build-debug-mode.patch b/ports/check/fix-build-debug-mode.patch new file mode 100644 index 000000000..edf430060 --- /dev/null +++ b/ports/check/fix-build-debug-mode.patch @@ -0,0 +1,15 @@ +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
|
