From c02ac9171674763bd91d25d98ad21263d50e9e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 21 Dec 2021 17:07:29 +0100 Subject: [PATCH] Fix invalid ref to `doc_using_cpp_profilers` --- development/compiling/optimizing_for_size.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/compiling/optimizing_for_size.rst b/development/compiling/optimizing_for_size.rst index 0790c23d8..7a6e91612 100644 --- a/development/compiling/optimizing_for_size.rst +++ b/development/compiling/optimizing_for_size.rst @@ -40,7 +40,7 @@ On Windows, ``strip.exe`` is included in most MinGW toolchain setups. This will reduce the size of compiled binaries by a factor between 5× and 10×. The downside is that crash backtraces will no longer provide accurate information (which is useful for troubleshooting the cause of a crash). -:ref:`C++ profilers ` will also no longer be able to display +:ref:`C++ profilers ` will also no longer be able to display function names (this does not affect the built-in GDScript profiler). .. note::