remove pdb files
All checks were successful
eden-build / source (push) Successful in 3m24s
eden-build / linux (push) Successful in 20m32s
eden-build / windows (msvc) (push) Successful in 26m5s
eden-build / android (push) Successful in 24m48s

Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
crueter 2025-06-29 20:28:01 -04:00
parent b8150060c7
commit 09194cc5c3
No known key found for this signature in database
GPG key ID: A5A7629F109C8FD1

View file

@ -42,7 +42,7 @@ cmake .. -G Ninja \
ninja ninja
set +e set +e
find bin -type f -name "*.pdb" -exec rm -fv {} + \; || true rm -f bin/*.pdb
set -e set -e
$WINDEPLOYQT --release --no-compiler-runtime --no-opengl-sw --no-system-dxc-compiler --no-system-d3d-compiler --dir pkg bin/eden.exe $WINDEPLOYQT --release --no-compiler-runtime --no-opengl-sw --no-system-dxc-compiler --no-system-d3d-compiler --dir pkg bin/eden.exe