mirror of
https://github.com/FEX-Emu/FEX.git
synced 2024-12-17 10:58:09 +00:00
Enables vixl asserts when in debug mode globally
Fixes an issue where some header asserts were missed
This commit is contained in:
parent
536be23f68
commit
f58d018934
@ -92,6 +92,9 @@ if (CMAKE_SYSTEM_PROCESSOR MATCHES "aarch64")
|
||||
add_definitions(-D_M_ARM_64=1)
|
||||
add_subdirectory(External/vixl/)
|
||||
include_directories(External/vixl/src/)
|
||||
if(CMAKE_BUILD_TYPE MATCHES DEBUG)
|
||||
add_definitions(-DVIXL_DEBUG=1)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
|
Loading…
Reference in New Issue
Block a user