diff --git a/.gitlab-ci/prepare-artifacts.sh b/.gitlab-ci/prepare-artifacts.sh index 3c487a40a05..a62f95d25f2 100755 --- a/.gitlab-ci/prepare-artifacts.sh +++ b/.gitlab-ci/prepare-artifacts.sh @@ -23,7 +23,7 @@ else STRIP="strip" fi if [ -z "$ARTIFACTS_DEBUG_SYMBOLS" ]; then - find install -name \*.so -exec $STRIP {} \; + find install -name \*.so -exec $STRIP --strip-debug {} \; fi # Test runs don't pull down the git tree, so put the dEQP helper