Skip to content

Commit

Permalink
Update build instructions to remind contributors to build as RelWithD…
Browse files Browse the repository at this point in the history
…ebInfo on Windows
  • Loading branch information
xusheng6 committed Jul 24, 2023
1 parent f2e004f commit ff152dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,9 @@ The build artifacts will be in the folder `out`. You should find two files `libd
- Copy everything in the `out` folder to the user plugin folder - `cp -r out/plugins/* ~/.binaryninja/plugins/`
- Set the environment variable `BN_STANDALONE_DEBUGGER=1`
- Launch BinaryNinja


## Notes:

- On Windows, building the debugger in Debug mode may cause obscure bugs since the debug ABI of MSVC can be different from that of the release build.
It is recommended to build with `RelWithDebInfo` on Windows.

0 comments on commit ff152dc

Please sign in to comment.