mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-25 13:00:19 +01:00
Fix command line for running cairo-perf under valgrind.
The CAIRO_PERF_ENVIRONMENT slipped into the middle of the command line instead of at the start.
This commit is contained in:
parent
3631c11eb4
commit
2c79f8b75b
1 changed files with 4 additions and 4 deletions
|
|
@ -85,13 +85,13 @@ CLEANFILES = \
|
|||
index.html
|
||||
|
||||
perf-valgrind: cairo-perf FORCE
|
||||
$(top_srcdir)/libtool --mode=execute \
|
||||
$(CAIRO_PERF_ENVIRONMENT) $(top_srcdir)/libtool --mode=execute \
|
||||
valgrind $(VALGRIND_MEMCHECK_FLAGS) $(EXTRA_VALGRIND_FLAGS) \
|
||||
$(CAIRO_PERF_ENVIRONMENT) ./cairo-perf 2>&1 | tee valgrind-log
|
||||
./cairo-perf 2>&1 | tee valgrind-log
|
||||
perf-callgrind: cairo-perf FORCE
|
||||
$(top_srcdir)/libtool --mode=execute \
|
||||
$(CAIRO_PERF_ENVIRONMENT) $(top_srcdir)/libtool --mode=execute \
|
||||
valgrind $(VALGRIND_CALLGRIND_FLAGS) $(EXTRA_VALGRIND_FLAGS) \
|
||||
$(CAIRO_PERF_ENVIRONMENT) ./cairo-perf
|
||||
./cairo-perf
|
||||
|
||||
FORCE:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue