File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717- Expose ` CS_OPT_UNSIGNED ` via ` Capstone::set_unsigned `
1818- Expose ` CS_OPT_MNEMONIC ` via ` Capstone::set_mnemonic `
1919- Expose ` cs_disasm_iter ` via ` Capstone::disasm_iter `
20- - Add ` build ` feature to speed up ` cargo check ` by building without native code
20+ - Add ` check_only ` feature to speed up ` cargo check ` by building without native code
2121
2222### Changed
2323- ` InsnDetail::regs_read() ` /` InsnDetail::regs_write() ` return more of the accessed registers
Original file line number Diff line number Diff line change @@ -126,8 +126,8 @@ More complex demos welcome!
126126 e.g. ` arch_arm64 ` enables arch arm64 support
127127- ` support_all_archs ` <sup >&dagger ; </sup >: enable all archs available
128128 in capstone, imply all ` arch_$ARCH ` features
129- - ` build ` <sup >&dagger ; </sup >: compile and link capstone C library,
130- you can disable it to speed up ` cargo check ` by 5x
129+ - ` check_only ` <sup >&dagger ; </sup >: do not compile and link capstone C library,
130+ you can enable it to speed up ` cargo check ` by 5x
131131
132132<sup >&dagger ; </sup >: enabled by default
133133
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010- Support for MOS65XX arch
1111- Support for SH arch
1212- Arch-specific features flags to enable/disable arch support
13- - Add ` build ` feature to speed up ` cargo check ` by building without native code
13+ - Add ` check_only ` feature to speed up ` cargo check ` by building without native code
1414
1515### Changed
1616- Bump bundled capstone to 5.0.6
You can’t perform that action at this time.
0 commit comments