builds godot
Diffstat (limited to '.github/normal-build-modules.py')
| -rw-r--r-- | .github/normal-build-modules.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/normal-build-modules.py b/.github/normal-build-modules.py index 6e3e912..75f14db 100644 --- a/.github/normal-build-modules.py +++ b/.github/normal-build-modules.py @@ -1 +1,2 @@ optimize = "speed" +debug_symbols = "no" |