remove unused definition

This commit is contained in:
PancakeTAS 2025-07-18 16:47:23 +02:00 committed by Pancake
parent 1dcb496cc0
commit 420fa191d3

View file

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