From d0318096de0166f351a717ce8769041f0933ab7e Mon Sep 17 00:00:00 2001 From: Blake-Madden <66873089+Blake-Madden@users.noreply.github.com> Date: Wed, 8 Oct 2025 17:36:44 -0400 Subject: [PATCH] Document wxBUILD_DEBUG_LEVEL in CMake overview Closes #25870. --- docs/doxygen/overviews/cmake.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/doxygen/overviews/cmake.md b/docs/doxygen/overviews/cmake.md index 58d3428ea8..7929013d48 100644 --- a/docs/doxygen/overviews/cmake.md +++ b/docs/doxygen/overviews/cmake.md @@ -72,6 +72,7 @@ wxUSE_GUI | BOOL | ON | Build the UI libraries wxBUILD_COMPATIBILITY | STRING | 3.2 | Enable API compatibility with 3.0, 3.2 or neither ("NONE") wxBUILD_PRECOMP | BOOL | ON | Use precompiled headers wxBUILD_MONOLITHIC | BOOL | OFF | Build a single library +wxBUILD_DEBUG_LEVEL | STRING | 1 | 0, 1, or 2 (corresponds to wxDEBUG_LEVEL) Note that on macOS, the option `CMAKE_OSX_ARCHITECTURES` is used to specify which architecture(s) to build. For example, the following will build a "universal binary 2" (i.e., ARM64 and Intel x86_64) library.