Update COMPILE.TXT (#1482)

there are clearly 7 options, not 5 options. just updating the numbers.
This commit is contained in:
Jeremy Ng 2019-05-17 09:40:05 +08:00 committed by Nguyen Anh Quynh
parent 8cf0aa1cfe
commit a1eeb338ba
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ Capstone requires no prerequisite packages, so it is easy to compile & install.
The other way of customize Capstone without having to edit config.mk is to
pass the desired options on the commandline to ./make.sh. Currently,
Capstone supports 5 options, as followings.
Capstone supports 7 options, as followings.
- CAPSTONE_ARCHS: specify list of architectures to compiled in.
- CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management.