From 4bcc045c853cff1f2f81bac34381bdce7d462a8f Mon Sep 17 00:00:00 2001 From: Jeremy Ng Date: Fri, 17 May 2019 09:38:48 +0800 Subject: [PATCH] Update COMPILE.TXT there are clearly 7 options, not 5 options. just updating the numbers. --- COMPILE.TXT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/COMPILE.TXT b/COMPILE.TXT index 899ce2c896..d736f9c558 100644 --- a/COMPILE.TXT +++ b/COMPILE.TXT @@ -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.