Skip to content

Commit 09be277

Browse files
authored
Merge pull request #8171 from DeeJayLSP/patch-2
Anticipate the target argument
2 parents 0c79e66 + e9dd530 commit 09be277

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contributing/development/compiling/introduction_to_the_buildsystem.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ Target
126126
Target controls if the editor is contained and debug flags are used.
127127
All builds are optimized. Each mode means:
128128

129-
- **editor**: Build with editor, optimized, with debugging code (defines: ``TOOLS_ENABLED``, ``DEBUG_ENABLED``, ``-O2``/``/O2``)
130-
- **template_debug**: Build with C++ debugging symbols (defines: ``DEBUG_ENABLED``, ``-O2``/``/O2``)
131-
- **template_release**: Build without symbols (defines: ``-O3``/``/O2``)
129+
- ``target=editor``: Build with editor, optimized, with debugging code (defines: ``TOOLS_ENABLED``, ``DEBUG_ENABLED``, ``-O2``/``/O2``)
130+
- ``target=template_debug``: Build with C++ debugging symbols (defines: ``DEBUG_ENABLED``, ``-O2``/``/O2``)
131+
- ``target=template_release``: Build without symbols (defines: ``-O3``/``/O2``)
132132

133133
The editor is enabled by default in all PC targets (Linux, Windows, macOS),
134134
disabled for everything else. Disabling the editor produces a binary that can

0 commit comments

Comments
 (0)