summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2020-05-14 10:02:15 +0200
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2020-05-14 10:02:15 +0200
commitd3acd0459f8af112e8d5a3962a8bb49ba0a41cc6 (patch)
tree40555ec87c5f2eb368897c3161d228908a1a1b25
parent10e8f2815018cca3ae94abb8ea043bdb0357eaeb (diff)
do not set RADV_DEBUG=checkir when running pipelines
It's quite annoying if we want to dump shaders. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
-rw-r--r--run.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/run.c b/run.c
index fabc50c..05efeec 100644
--- a/run.c
+++ b/run.c
@@ -558,7 +558,6 @@ int main(int argc, char **argv)
fprintf(stderr, "WARNING: could not install SIGSEGV handler.\n");
setenv("ANV_ENABLE_PIPELINE_CACHE", "false", 1);
- setenv("RADV_DEBUG", "checkir", 1);
#pragma omp parallel if(max_threads > 1 && pipeline_test_length > max_threads)
{