mirror of https://github.com/PCSX2/pcsx2.git
3rdparty/vixl: Define VIXL_CODE_BUFFER_* in cmake
This commit is contained in:
parent
9e21ee1bc4
commit
ec8736107c
|
@ -56,6 +56,8 @@ target_compile_definitions(vixl PUBLIC
|
|||
VIXL_INCLUDE_TARGET_A64
|
||||
)
|
||||
|
||||
target_compile_definitions(vixl PRIVATE VIXL_CODE_BUFFER_MALLOC)
|
||||
|
||||
if("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
|
||||
message("Enabling vixl debug assertions")
|
||||
target_compile_definitions(vixl PUBLIC VIXL_DEBUG)
|
||||
|
|
Loading…
Reference in New Issue