Remove debug symbols from Linux builds
This commit is contained in:
parent
e1b9a25db7
commit
34ae531b6d
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user