summaryrefslogtreecommitdiffstats
path: root/src/compiler/glsl/standalone.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/glsl/standalone.h')
-rw-r--r--src/compiler/glsl/standalone.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/glsl/standalone.h b/src/compiler/glsl/standalone.h
index 648cedb70ab..5029e168119 100644
--- a/src/compiler/glsl/standalone.h
+++ b/src/compiler/glsl/standalone.h
@@ -33,6 +33,7 @@ struct standalone_options {
int dump_ast;
int dump_hir;
int dump_lir;
+ int dump_builder;
int do_link;
int just_log;
};