Explorar o código

C++ profilers: fix SCons options list (#4996)

Adds a newline in order to show correctly.
DeeJayLSP %!s(int64=4) %!d(string=hai) anos
pai
achega
2c25fc89a4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      development/cpp/using_cpp_profilers.rst

+ 1 - 0
development/cpp/using_cpp_profilers.rst

@@ -44,6 +44,7 @@ compile binaries with the following SCons options:
 - For editor binaries: ``target=release_debug use_lto=yes``
 - For debug export templates: ``target=release_debug use_lto=yes``
 - For release export templates: ``tools=no target=release debug_symbols=yes``
+
   - ``debug_symbols=yes`` is required as export templates are stripped from debugging symbols by default.
 
 It is possible to run a profiler on less optimized builds (e.g. ``target=debug`` without LTO),