Disable Jolt profiler and debug renderer;

This commit is contained in:
bjorn 2024-04-06 15:16:08 -07:00
parent f4d5c0d758
commit f4d1161a3d
1 changed files with 2 additions and 0 deletions

View File

@ -185,6 +185,8 @@ if(LOVR_ENABLE_PHYSICS)
set(LOVR_PHYSICS_LIB ode)
endif()
elseif(LOVR_PHYSICS_LIBRARY STREQUAL "JOLT")
set(DEBUG_RENDERER_IN_DEBUG_AND_RELEASE OFF CACHE BOOL "")
set(PROFILER_IN_DEBUG_AND_RELEASE OFF CACHE BOOL "")
add_subdirectory(deps/jolt-physics-sharp jolt)
set(LOVR_PHYSICS_LIB joltc)
endif()