Browse Source

remove pdb files

Signed-off-by: crueter <swurl@swurl.xyz>
pull/21/head
crueter 6 months ago
parent
commit
09194cc5c3
No known key found for this signature in database GPG Key ID: A5A7629F109C8FD1
  1. 2
      .ci/windows/build.sh

2
.ci/windows/build.sh

@ -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

Loading…
Cancel
Save