diff --git a/debug.md b/debug.md deleted file mode 100644 index b4a8d3e..0000000 --- a/debug.md +++ /dev/null @@ -1,114 +0,0 @@ ---- -layout: page -title: "Debug binaries" ---- - -# Debug binaries - -86Box provides binaries with debugging information to help in diagnosing crashes or other incorrect behavior. These binaries are compiled with the `--preset=debug` CMake flag, perform worse than regular binaries due to reduced optimizations, may require a development environment to run properly, and are **not recommended for non-debugging use**. - -The debuggers we use and recommend are: - -* MSYS2 GDB on Windows - [build dependencies](https://86box.readthedocs.io/en/latest/dev/buildguide.html#msys2) plus `$MINGW_PACKAGE_PREFIX-qt5` are required since Windows debug binaries are dynamically linked; -* GDB on Linux; -* LLDB on macOS. - -**IMPORTANT: Debug binaries should only be used if you know what you're doing. If you don't know what any of this means, [go to Jenkins](https://ci.86box.net/job/86Box/) and download regular binaries.** - - - - - -