Commit 2970d2b0 by Jamie Madill Committed by Commit Bot

Disable non-conformant configs on official builds.

Bug: angleproject:2950 Change-Id: Idcb907587abea99ff6b1c2cbe6bb327af0222b10 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1506007Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com> Reviewed-by: 's avatarTim Van Patten <timvp@google.com> Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org>
parent 20ae6814
......@@ -82,8 +82,8 @@ declare_args() {
# Enable Vulkan GPU trace event capability
angle_enable_vulkan_gpu_trace_events = false
# Disallow non-conformant configurations
angle_vulkan_conformant_configs_only = false
# Disallow non-conformant configurations in official builds.
angle_vulkan_conformant_configs_only = is_official_build
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment