glslc: enable optimization

ecs
q3k 2020-07-26 15:43:39 +02:00
parent 1ce2889608
commit 569c57a86c
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ def _glsl_binary(ctx):
main = srcs[0].path
args = [main, "-o", binary.path]
args = [main, "-O", "-o", binary.path]
ctx.actions.run(
inputs=srcs,