mirror of
https://github.com/capstone-engine/capstone.git
synced 2024-11-23 13:39:46 +00:00
add comments for config.mk
This commit is contained in:
parent
13a7d95763
commit
00f01f1d4e
19
config.mk
19
config.mk
@ -1,7 +1,16 @@
|
|||||||
# comment out what you don’t need
|
# 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 = arm
|
|
||||||
CAPSTONE_ARCH = arm64
|
|
||||||
CAPSTONE_ARCH = mips
|
|
||||||
CAPSTONE_ARCH = x86
|
|
||||||
CAPSTONE_ARCH = all # <— by default we support all archs
|
CAPSTONE_ARCH = all # <— by default we support all archs
|
||||||
|
Loading…
Reference in New Issue
Block a user