Enable SPD logging in libultra

This commit is contained in:
David Chavez 2022-08-06 04:50:47 +02:00 committed by louist103
parent aadabe1ecd
commit c70e3f38b1
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" MATCHES "GNU|Clang|AppleClang")
"NDEBUG"
">"
"ENABLE_OPENGL;"
"SPDLOG_ACTIVE_LEVEL=0;"
)
endif()
################################################################################