mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-09 06:29:16 +00:00
C++ profilers: fix SCons options list (#4996)
Adds a newline in order to show correctly.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user