From a45416f64e94e7ee6ecc9cde9490a5effcd2f3b4 Mon Sep 17 00:00:00 2001 From: Giacomo Franchini <83601983+giafranchini@users.noreply.github.com> Date: Mon, 29 Jan 2024 10:41:28 +0100 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 174321f..3de138f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,8 +5,6 @@ if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") add_compile_options(-Wall -Wextra -Wpedantic) endif() -add_compile_options(-g) - set(PROJECT_VERSION 0.0.1) set(CMAKE_BUILD_TYPE Debug) set(CMAKE_CXX_STANDARD 17)