commit | 88fa7476ab923923022bcf75b72d94adf8a3b5bc | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@chromium.org> | Wed Oct 12 17:06:48 2016 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Oct 12 22:01:00 2016 +0000 |
tree | 1373b9fc32a8c03da118d10d99e5df63de5c9dfd | |
parent | cc300a15d49f6c62c32935b40f5b86d681aff845 [diff] |
Disable MSVC optimization of sk_tool_utils::make_big_path(). This one function takes MSVC about 2 minutes to compile with optimization turned on, and roughly doubles my clean build wall time on a Z840 (186s before this change -> 95s after). It's test-only, so who really cares how fast it is? BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=3254 Change-Id: I1318024caee281f3f8d44c05258b2bd4bd4eb695 Reviewed-on: https://skia-review.googlesource.com/3254 Reviewed-by: Ben Wagner <bungeman@google.com> Commit-Queue: Mike Klein <mtklein@chromium.org>