builds godot
Diffstat (limited to '.github/normal-build-modules.py')
| -rw-r--r-- | .github/normal-build-modules.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/normal-build-modules.py b/.github/normal-build-modules.py index e69de29..189b130 100644 --- a/.github/normal-build-modules.py +++ b/.github/normal-build-modules.py @@ -0,0 +1,5 @@ +debug_symbols = "no" +optimize = "size" +lto = "auto" +production = "yes" +deprecated = "no" |