From 420fa191d33d3f598c2c2b2238336fde6bd196ce Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Fri, 18 Jul 2025 16:47:23 +0200 Subject: [PATCH] remove unused definition --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c210607..be921ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,10 +5,6 @@ set(CMAKE_CXX_COMPILER clang++) set(CMAKE_SKIP_RPATH ON) -if(CMAKE_BUILD_TYPE STREQUAL "Release") - add_definitions("-DLSFG_NO_DEBUG") -endif() - # subprojects add_compile_options(-fPIC -Wno-deprecated-declarations