| Index: tools/buildbot_spec.json | 
| diff --git a/tools/buildbot_spec.json b/tools/buildbot_spec.json | 
| index 4c25c106ef2387a54195074f6ddd0cedc4c86c00..65e26030b3035c82ea50b4f42aa8fc882dce6ed9 100644 | 
| --- a/tools/buildbot_spec.json | 
| +++ b/tools/buildbot_spec.json | 
| @@ -2910,7 +2910,8 @@ | 
| "do_perf_steps": false, | 
| "do_test_steps": true, | 
| "env": { | 
| -      "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 sknx_no_simd=1" | 
| +      "CPPFLAGS": "-DSKNX_NO_SIMD", | 
| +      "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0" | 
| }, | 
| "nanobench_flags": [ | 
| "--scales", | 
|  |