Skip to content

Commit

Permalink
add more instructions to config.mk
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Mar 2, 2014
1 parent 48476dd commit d03edf4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This file contains all customized compile options for Capstone.
# Modify it before building step. Consult docs/README for instructions.

################################################################################
# Specify which archs you want to compile in. By default, we build all archs.
# DO NOT touch the line below.
Expand Down Expand Up @@ -26,6 +29,7 @@ CAPSTONE_ARCHS += x86
#
# NOTE: in that case, specify your own malloc/calloc/realloc/free/vnsprintf()
# functions in your program via API cs_option(), using CS_OPT_MEM option type.

USE_SYS_DYN_MEM = yes


Expand All @@ -39,4 +43,5 @@ USE_SYS_DYN_MEM = yes
# NOTE: we still keep all those related fileds @mnemonic, @op_str, @regs_read,
# @regs_write, @groups, etc in fields in cs_insn structure regardless, but they
# will not be updated (i.e empty) at the output of related APIs.

CAPSTONE_DIET = no

0 comments on commit d03edf4

Please sign in to comment.