1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 13:49:26 +08:00

opt: remove source location log

This commit is contained in:
0O0o0oOoO00
2026-02-02 23:19:43 +08:00
parent fd80a1d62c
commit d20d185bd6

View File

@@ -41,6 +41,7 @@ target_link_libraries(${CRACKER}
target_compile_definitions(${CRACKER}
PRIVATE ${SPDLOG_DEFINES} SPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_TRACE
PRIVATE SOL_USE_LUA_HPP
PRIVATE SPDLOG_NO_SOURCE_LOC
)
target_sources(${CRACKER} PRIVATE ${CRACKER_UI_SRCS})