remove the -g flag on debug builds

This commit is contained in:
Samuliak 2024-10-09 16:54:02 +02:00
parent 756470f1a7
commit bfd9059eec
No known key found for this signature in database

View File

@ -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)