From bfd9059eecf4225306ad070fdef30b6c82346ed9 Mon Sep 17 00:00:00 2001 From: Samuliak Date: Wed, 9 Oct 2024 16:54:02 +0200 Subject: [PATCH] remove the -g flag on debug builds --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d840ffc9..8a04c771 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,8 +1,5 @@ cmake_minimum_required(VERSION 3.21.1) -# TODO: remove this -set(CMAKE_CXX_FLAGS_DEBUG "-g") - option(ENABLE_VCPKG "Enable the vcpkg package manager" ON) option(MACOS_BUNDLE "The executable when built on macOS will be created as an application bundle" OFF)