From 70b2b80fae6deca62f9476f97d5799da163f127c Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Thu, 21 Apr 2022 11:37:11 -0700 Subject: [PATCH] remove debug build type override --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c873f23b..795d4b28 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,8 +17,6 @@ endif() include_directories("/usr/local/include") link_directories("/usr/local/lib") -set(CMAKE_BUILD_TYPE Debug) - # Executable definitions