Skip to content

Commit 14b7a61

Browse files
authored
updated compiling docs to remove debug_syhmbols flag, as it is not available. (#404)
1 parent eb12e7b commit 14b7a61

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/src/doc/advanced/1-compiling.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,11 @@ Sconstruct.
3030
In order to compile you should run `scons` command, as for all gdextension projects.
3131

3232
```
33-
scons platform=<macos|linux|windows|ios|android> target=<editor|template_debug|template_release> debug_symbols<yes|no> --jobs=<desired number of threads>
33+
scons platform=<macos|linux|windows|ios|android> target=<editor|template_debug|template_release> --jobs=<desired number of threads>
3434
```
3535

36+
If `target` is `editor` or `template_debug`, debug symbols will be generated.
37+
3638
### Additional Instructions
3739

3840
On Windows, you need to pass the `arch` argument with values `x86_64` or `x86_32`.
@@ -47,4 +49,4 @@ You can also specify the FMOD directory as an argument, so you don't need to pla
4749
Example:
4850
```
4951
scons platform=windows arch=x86_64 target=editor fmod_lib_dir=libs/
50-
```
52+
```

0 commit comments

Comments
 (0)