Skip to content

Commit

Permalink
Merge pull request capstone-engine#1942 from Rot127/patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kabeor authored Dec 26, 2022
2 parents 12e8258 + 67e9318 commit 4715ad0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions COMPILE_CMAKE.TXT → debug_build_docs
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,12 @@ Get CMake for free from http://www.cmake.org.
cmake ..

This last command is also where you can pass additional CMake configuration flags
using `-D<key>=<value>`. Then to build use:
using `-D<key>=<value>`.
For a debug build add `-DCMAKE_BUILD_TYPE=Debug`.

cmake --build . --config Release
Then to build use:

cmake --build . --config [Release/Debug]


(*) To build Capstone using Nmake of Windows SDK, do:
Expand Down

0 comments on commit 4715ad0

Please sign in to comment.