test SkVM JIT on Mac bots
Not sure why this isn't already on. x86-64 Mac and Linux use the same ABI, and I've been testing this already on several Macs. Change-Id: Ibc96ba027f6ae6d5fae20585949862474c2c59f5 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/227420 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Herb Derby <herb@google.com>
This commit is contained in:
parent
7b1bebf1ec
commit
977e53267e
3
BUILD.gn
3
BUILD.gn
@ -51,7 +51,8 @@ declare_args() {
|
||||
skia_enable_spirv_validation = is_skia_dev_build && is_debug && !skia_use_dawn
|
||||
skia_enable_skpicture = true
|
||||
skia_enable_sksl_interpreter = is_skia_dev_build
|
||||
skia_enable_skvm_jit = is_skia_dev_build && target_cpu == "x64" && is_linux
|
||||
skia_enable_skvm_jit =
|
||||
is_skia_dev_build && (target_cpu == "x64" && (is_linux || is_mac))
|
||||
skia_enable_vulkan_debug_layers = is_skia_dev_build && is_debug
|
||||
skia_qt_path = getenv("QT_PATH")
|
||||
skia_compile_processors = false
|
||||
|
Loading…
Reference in New Issue
Block a user