mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-13 14:35:46 -04:00
System: Refactor main loop
Reduces JIT exits. Improves runahead performance.
This commit is contained in:
@ -88,4 +88,7 @@ if(${CPU_ARCH} STREQUAL "aarch64")
|
||||
)
|
||||
endif()
|
||||
|
||||
|
||||
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
|
||||
message("Enabling vixl debug assertions")
|
||||
target_compile_definitions(vixl PUBLIC VIXL_DEBUG)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user