From ff152dcbc79cd579b64038b5db6e3a553b7d8aac Mon Sep 17 00:00:00 2001 From: Xusheng Date: Mon, 24 Jul 2023 14:54:40 +0800 Subject: [PATCH] Update build instructions to remind contributors to build as RelWithDebInfo on Windows --- build.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/build.md b/build.md index 2bcb69d..90c5440 100644 --- a/build.md +++ b/build.md @@ -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. \ No newline at end of file