capstone/config.mk
2013-12-22 00:49:16 +08:00

17 lines
507 B
Makefile

# NOTE: only enable one of the lines below by commenting out what you want.
# That is either one of 4 architectures, or *all* of them.
# comment out line below if you only want ARM support
#CAPSTONE_ARCH = arm
# comment out line below if you only want ARM64 support
#CAPSTONE_ARCH = arm64
# comment out line below if you only want Mips support
#CAPSTONE_ARCH = mips
# comment out line below if you only want X86 support
#CAPSTONE_ARCH = x86
CAPSTONE_ARCH = all # <— by default we support all archs