We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d00588 commit 5f1cb80Copy full SHA for 5f1cb80
.github/workflows/ci.yml
@@ -32,11 +32,11 @@ jobs:
32
scons -c
33
34
build_godot_cpp_debug: |
35
- scons {0} target=template_debug verbose=yes
+ scons {0} target=template_debug debug_symbols=yes optimize=debug verbose=yes
36
37
build_debug: |
38
cd test
39
- scons {0} target=template_debug build_library=no verbose=yes
+ scons {0} target=template_debug build_library=no debug_symbols=yes optimize=debug verbose=yes
40
41
build_release: |
42
0 commit comments