blob: edf430060181385c9caa769dd6cc7506e7f97a2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|