summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--run-show-coverage.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/run-show-coverage.sh b/run-show-coverage.sh
index 9b5f6974..f2fe844e 100644
--- a/run-show-coverage.sh
+++ b/run-show-coverage.sh
@@ -108,7 +108,8 @@ if test $run -gt 0; then
Windows_NT) profdir="$(cygpath -m -- "$PWD")" ;;
*) profdir="$PWD" ;;
esac
- LLVM_PROFILE_FILE="$profdir/${prof}.profraw" "$exe" --gpu-debug full --vsync on
+ LLVM_PROFILE_FILE="$profdir/${prof}.profraw" \
+ "$exe" --magnum-gpu-validation=full --vsync=1
fi
if test $generate -gt 0; then