dynarmic: Update and enable DYNARMIC_IGNORE_ASSERTS
This commit is contained in:
parent
1770503185
commit
af6290ed12
|
@ -21,6 +21,7 @@ target_include_directories(catch-single-include INTERFACE catch/single_include)
|
|||
if (ARCHITECTURE_x86_64)
|
||||
set(DYNARMIC_TESTS OFF)
|
||||
set(DYNARMIC_NO_BUNDLED_FMT ON)
|
||||
set(DYNARMIC_IGNORE_ASSERTS ON CACHE BOOL "" FORCE)
|
||||
add_subdirectory(dynarmic)
|
||||
endif()
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7946868af49d403fe54c92d2d60ef986513d1fec
|
||||
Subproject commit 517e35f845e010788b6febe42fd6ddb187b8c236
|
Reference in New Issue