From e4cbdcfc4d7f424ce86d4673145de6d76731fb0d Mon Sep 17 00:00:00 2001 From: Exynox Date: Sun, 3 Mar 2024 19:03:53 +0200 Subject: [PATCH] Remove hardcoded CMake debug flag. Closes #12 --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 206af7e..c4cd850 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,5 @@ cmake_minimum_required(VERSION 3.12) -# Build mode debug/release? -set(CMAKE_BUILD_TYPE Debug) - # Set C++ standard to C++17 set(CMAKE_CXX_STANDARD 17)