From ad26ec6719ad6f97fdfd1d4f3b8623bc68769a8d Mon Sep 17 00:00:00 2001 From: Rene Gassmoeller Date: Wed, 14 Aug 2024 15:41:25 -0600 Subject: [PATCH] Fix footnote --- doc/sphinx/user/run-aspect/debug-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/user/run-aspect/debug-mode.md b/doc/sphinx/user/run-aspect/debug-mode.md index 7461c8765d9..373a080ea85 100644 --- a/doc/sphinx/user/run-aspect/debug-mode.md +++ b/doc/sphinx/user/run-aspect/debug-mode.md @@ -72,6 +72,6 @@ computation shows you which mode was selected. More details about optimized versus debug mode are also discussed in {ref}`sec:gmg`. --[^footnote1]: The make targets described here modify the CMake variable +[^footnote1]: The make targets described here modify the CMake variable `CMAKE_BUILD_TYPE` to either `Debug` or `Release`. You can of course also modify these directly when configuring your project with CMake.