aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-08-29 07:55:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-29 07:55:35 -0700
commit970e106b883a7b52155b94d01437dfb8ee1eb1e3 (patch)
treef8900845b96b1950c76fd7dde697c95ce8db8a50 /Makefile
parent64ba5fa1ff428858f803523257cd862f8b33423b (diff)
Update LSAN suppressions.
Seems the obvious thing works now. Ran nanobench, ----------------------------------------------------- Suppressions used: count bytes template 586 3530064 libGL.so ----------------------------------------------------- and dm, ----------------------------------------------------- Suppressions used: count bytes template 340 2048160 libGL.so ----------------------------------------------------- BUG=skia: R=robertphillips@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/517133002
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f8ec87579f..29831bb9ef 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ CWD := $(shell pwd)
# TODO(epoger): I'm not sure if the above comment is still valid in a ninja
# world.
VALID_TARGETS := \
- bench \
+ nanobench \
debugger \
dm \
everything \