Skip to content

Commit

Permalink
3rdparty/vixl: Define VIXL_CODE_BUFFER_* in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastRar authored and F0bes committed Jan 19, 2025
1 parent 9e21ee1 commit ec87361
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 3rdparty/vixl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ec87361

Please sign in to comment.