aboutsummaryrefslogtreecommitdiff
path: root/ports/check/fix-build-debug-mode.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ports/check/fix-build-debug-mode.patch')
-rw-r--r--ports/check/fix-build-debug-mode.patch15
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