Skip to content

Commit

Permalink
Disable not needed arch support in capstone.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Oct 4, 2024
1 parent 5454b32 commit a8c6c5f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions cmake/vendor.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,26 @@ else()
NAME capstone
GITHUB_REPOSITORY capstone-engine/capstone
GIT_TAG 6.0.0-Alpha1
OPTIONS
"CAPSTONE_X86_ATT_DISABLE ON"
"CAPSTONE_ALPHA_SUPPORT OFF"
"CAPSTONE_HPPA_SUPPORT OFF"
"CAPSTONE_LOONGARCH_SUPPORT OFF"
"CAPSTONE_M680X_SUPPORT OFF"
"CAPSTONE_M68K_SUPPORT OFF"
"CAPSTONE_MIPS_SUPPORT OFF"
"CAPSTONE_MOS65XX_SUPPORT OFF"
"CAPSTONE_PPC_SUPPORT OFF"
"CAPSTONE_SPARC_SUPPORT OFF"
"CAPSTONE_SYSTEMZ_SUPPORT OFF"
"CAPSTONE_XCORE_SUPPORT OFF"
"CAPSTONE_TRICORE_SUPPORT OFF"
"CAPSTONE_TMS320C64X_SUPPORT OFF"
"CAPSTONE_M680X_SUPPORT OFF"
"CAPSTONE_EVM_SUPPORT OFF"
"CAPSTONE_WASM_SUPPORT OFF"
"CAPSTONE_BPF_SUPPORT OFF"
"CAPSTONE_RISCV_SUPPORT OFF"
EXCLUDE_FROM_ALL TRUE
)
add_library(TracyCapstone INTERFACE)
Expand Down

0 comments on commit a8c6c5f

Please sign in to comment.