capstone/config.mk
2013-12-22 13:00:48 +08:00

15 lines
394 B
Makefile

# Specify which archs you want to compile in
CAPSTONE_ARCHS =
# Comment the line below if you don't want to ARM support
CAPSTONE_ARCHS += arm
# Comment the line below if you don't want to ARM64 support
CAPSTONE_ARCHS += aarch64
# Comment the line below if you don't want to Mips support
CAPSTONE_ARCHS += mips
# Comment the line below if you don't want to X86 support
CAPSTONE_ARCHS += x86