Completely removed the transaction checker in release (which was here but as a noop checker)

This commit is contained in:
emeric
2024-03-15 16:26:59 +01:00
parent 28405bb96e
commit 0f37daaa30
6 changed files with 54 additions and 25 deletions
+4 -1
View File
@@ -18,12 +18,15 @@ add_library(lmsdatabase SHARED
impl/SqlQuery.cpp
impl/Track.cpp
impl/TrackBookmark.cpp
impl/TransactionChecker.cpp
impl/Types.cpp
impl/User.cpp
impl/Utils.cpp
)
if (CMAKE_BUILD_TYPE MATCHES "Debug")
target_sources(lmsdatabase PRIVATE impl/TransactionChecker.cpp)
endif()
target_include_directories(lmsdatabase INTERFACE
include
)