capstone/cmake.sh
Nguyen Anh Quynh d831fd6a4b add cmake.sh
2019-02-03 14:38:51 +08:00

11 lines
324 B
Bash
Executable File

# Capstone disassembler engine (www.capstone-engine.org)
# Build Capstone libs (libcapstone.so & libcapstone.a) on *nix with CMake & make
# By Nguyen Anh Quynh, 2019
# Uncomment below line to compile in Diet mode
# cmake -DCMAKE_BUILD_TYPE=Release -DCAPSTONE_BUILD_DIET=ON ..
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j8