Remove debug symbols from Linux builds

This commit is contained in:
Marc Gilleron 2020-09-13 02:14:14 +01:00
parent e1b9a25db7
commit 34ae531b6d

View File

@ -74,7 +74,7 @@ jobs:
env:
SCONS_CACHE: ${{github.workspace}}/.scons_cache/
run: |
scons -j2 verbose=yes warnings=all werror=yes platform=linuxbsd tools=yes tests=no target=release_debug
scons -j2 verbose=yes warnings=all werror=yes platform=linuxbsd tools=yes tests=no target=release_debug debug_symbols=no
# TODO Such tests are able to run from Godot 4.0 only
# Execute unit tests for the editor