From 220dbf33e6d27b1848b3354b3da6f77a08937813 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Thu, 19 Oct 2017 20:31:20 -0700 Subject: force NIR_TEST_SERIALIZE on for testing --- src/compiler/nir/nir.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 87c725625d..3c680cd89d 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -2332,7 +2332,7 @@ should_clone_nir(void) static inline bool should_serialize_deserialize_nir(void) { - static int test_serialize = -1; + static int test_serialize = true; if (test_serialize < 0) test_serialize = env_var_as_boolean("NIR_TEST_SERIALIZE", false); -- cgit v1.2.3